1// Array dimension must be representable with a 32-bit integer.
2
3struct foo {
4    int x[0xffffffffffff];
5};
6
7
8