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

6 lines
87 B
Plaintext
Raw Permalink Normal View History

void func() { float x[2][2]; }
/*%%*
multi-dimensional arrays are not supported
*%%*/