sizeof working?

This commit is contained in:
pommicket 2022-01-24 13:22:16 -05:00
parent 6af5b34295
commit 46635e5748
4 changed files with 142 additions and 40 deletions

View file

@ -3,5 +3,5 @@
long double d;
} (*x)(void);
*/
typedef long int unsigned Foo[0?5?0:32:0?7:8];
typedef long int unsigned Foo[sizeof"hello"+sizeof(double[sizeof(int) * sizeof 3])];
/* */