Sign in
skia
/
skia
/
437cd4d85737039dd9719667905832982b843574
/
.
/
resources
/
sksl
/
errors
/
StructVariableReservedName.rts
blob: 2dd206e691ad82426197efbec80baf2dcb8f87ec [
file
] [
log
] [
blame
]
struct
S
{
float
f
;
}
float
;
float4 main
()
{
return
float
.
f
.
xxxx
;
}
/*%%*
expected ';', but found 'float'
*%%*/