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

12 lines
133 B
Plaintext

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