lang-bootstrap/05/main.c

6 lines
95 B
C

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