6 lines
87 B
Plaintext
6 lines
87 B
Plaintext
|
|
void func() { float x[2][2]; }
|
||
|
|
|
||
|
|
/*%%*
|
||
|
|
multi-dimensional arrays are not supported
|
||
|
|
*%%*/
|