mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 20:11:17 +00:00
5 lines
115 B
Plaintext
5 lines
115 B
Plaintext
fn int main()
|
|
{
|
|
int[0x80000000][1] x; // #error: This type would exceed max type size of 2 GB.
|
|
return 0;
|
|
} |