unplugged-system/external/skia/resources/sksl/errors/ArrayTooManyDimensionsInStructUnsized2.rts

6 lines
79 B
Plaintext
Raw Normal View History

struct S { float x[2][]; };
/*%%*
unsized arrays are not permitted here
*%%*/