Sign in
cobalt
/
cobalt
/
25902c6cb1ab9cfd8ae2ee6b0fb52953f73deda5
/
.
/
third_party
/
skia
/
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'
*%%*/