6 lines
79 B
Plaintext
6 lines
79 B
Plaintext
struct S { float x[2][]; };
|
|
|
|
/*%%*
|
|
unsized arrays are not permitted here
|
|
*%%*/
|