7 lines
104 B
Plaintext
7 lines
104 B
Plaintext
void fn(int arr[4294967296]);
|
|
|
|
/*%%*
|
|
integer is too large: 4294967296
|
|
array size must be positive
|
|
*%%*/
|