android13/external/skia/resources/sksl/errors/StructVariableReservedName.rts

12 lines
122 B
Plaintext

struct S {
float f;
} float;
float4 main() {
return float.f.xxxx;
}
/*%%*
expected ';', but found 'float'
*%%*/