6 lines
85 B
Plaintext
6 lines
85 B
Plaintext
struct S { float x[2][2]; };
|
|
|
|
/*%%*
|
|
multi-dimensional arrays are not supported
|
|
*%%*/
|