Sign in
cobalt
/
cobalt
/
25902c6cb1ab9cfd8ae2ee6b0fb52953f73deda5
/
.
/
third_party
/
skia
/
resources
/
sksl
/
errors
/
InterfaceBlockReservedName.sksl
blob: 7aba2bfed6a40f9d72bf13d1c6462d49673042d3 [
file
] [
log
] [
blame
]
IB
{
float
f
;
}
float
;
float4 main
()
{
return
float
.
f
.
xxxx
;
}
/*%%*
expected ';', but found 'float'
*%%*/