Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include <stdio.h>
- struct foo {
- int x:1;
- union {
- enum bar{
- a = 1,
- b = 2,
- } t;
- void *(*ptr)(struct foo { int a; int b; } *array[restrict static 2]);
- };
- } my_lovely_function(void);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement