1### Compilation failed: 2 3error: 1: value is out of range for type 'int': 2147483649 4int x[~2147483649]; 5 ^^^^^^^^^^ 6error: 1: array size must be positive 7int x[~2147483649]; 8 ^^^^^^^^^^^ 92 errors 10