lang-bootstrap/05/main.c
2022-01-21 14:41:08 -05:00

6 lines
143 B
C

/*typedef struct {
int i[41];
long double d;
} (*x)(void);
*/
typedef long int unsigned (*Foo(int *,int,int,unsigned,void (*)(int)))(int x);