mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
3 lines
130 B
Plaintext
3 lines
130 B
Plaintext
|
|
int[-1] a; // #error: An array may not have a negative size
|
|
int[10-20] b; // #error: An array may not have a negative size |