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

12 lines
116 B
Plaintext

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