Sign in
skia
/
skia
/
437cd4d85737039dd9719667905832982b843574
/
.
/
resources
/
sksl
/
errors
/
InterfaceBlockMemberReservedName.sksl
blob: ffaafcd2b7732917e6d6621f686580355e14c5eb [
file
] [
log
] [
blame
]
IB
{
float
float
;
}
ib
;
float4 main
()
{
return
ib
.
float
.
xxxx
;
}
/*%%*
expected an identifier, but found type 'float'
*%%*/