mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 20:11:17 +00:00
4 lines
153 B
Plaintext
4 lines
153 B
Plaintext
|
|
usize z = -1; // #error: Negative number '-1'
|
|
int[-1] a; // #error: Negative number '-1'
|
|
int[10-20] b; // #error: '-10' underflows type 'ulong' |