android13/external/skia/resources/sksl/errors/StructNameWithoutIdentifier...

7 lines
77 B
Plaintext

struct S { float x; };
S;
/*%%*
expected an identifier, but found ';'
*%%*/