7 lines
112 B
Plaintext
7 lines
112 B
Plaintext
int x[~2147483649];
|
|
|
|
/*%%*
|
|
value is out of range for type 'int': 2147483649
|
|
array size must be an integer
|
|
*%%*/
|