blob: a9a1ea0c97ab22da28cffc94abb09b190bea9ebc [file] [log] [blame]
### Compilation failed:
error: 1: value is out of range for type 'int': 2147483649
int x[~2147483649];
^^^^^^^^^^
error: 1: array size must be an integer
int x[~2147483649];
^^^^^^^^^^^
2 errors