Files
c3c/test/test_suite/arrays/array_limit_const.c3
2025-12-30 13:42:14 +01:00

7 lines
124 B
Plaintext

const FOO = (int[0x80000000][1]) {}; // #error: This type would exceed max type size of 2 GB.
fn int main()
{
return 0;
}