lang-bootstrap/05/main.c
2022-01-26 14:54:23 -05:00

6 lines
81 B
C

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