conditionals seemingly working

This commit is contained in:
pommicket 2022-01-23 19:19:49 -05:00
parent b4451ff1b9
commit 6af5b34295
2 changed files with 64 additions and 5 deletions

View file

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