start array types (const expr evaluation)

This commit is contained in:
pommicket 2022-01-21 18:57:13 -05:00
parent 3641ac98dc
commit 1b4c6b04dd
2 changed files with 102 additions and 4 deletions

View file

@ -3,4 +3,4 @@
long double d;
} (*x)(void);
*/
typedef long int unsigned (*Foo(int *,int,int,unsigned,void (*)(int)))(int x);
typedef long int unsigned Foo[-18446744073709551610];