This commit is contained in:
pommicket 2022-01-24 14:54:16 -05:00
parent 448a1ec4b5
commit 466de93583
2 changed files with 34 additions and 9 deletions

View file

@ -3,6 +3,10 @@
long double d;
} (*x)(void);
*/
#if 5+FLURGE==5
typedef long int unsigned Foo[sizeof"hello"+sizeof(double[sizeof(int) * sizeof 3])];
typedef int (*x)(Foo);
#else
typedef aaa x;
#endif
/* */