lang-bootstrap/05/main.c

5 lines
59 B
C
Raw Normal View History

2022-01-19 11:57:42 -05:00
typedef struct {
int i[41];
long double d;
} (*x)(void);