mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 20:11:17 +00:00
7 lines
124 B
Plaintext
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;
|
|
}
|