restore casts, sizeof

This commit is contained in:
pommicket 2022-01-26 17:01:06 -05:00
parent 7ca37ea8db
commit 387d650cab
2 changed files with 55 additions and 10 deletions

View file

@ -3,5 +3,4 @@
long double d;
} (*x)(void);
*/
typedef int *Foo[3+342<<5];
typedef int A, *B[10];
typedef int *Foo[sizeof(unsigned short int)];