typedefs mostly working

This commit is contained in:
pommicket 2022-01-24 14:06:52 -05:00
parent 46635e5748
commit 5167a60347
3 changed files with 64 additions and 21 deletions

View file

@ -4,4 +4,5 @@
} (*x)(void);
*/
typedef long int unsigned Foo[sizeof"hello"+sizeof(double[sizeof(int) * sizeof 3])];
typedef int (*x)(Foo);
/* */