Sign in
skia
/
skia
/
437cd4d85737039dd9719667905832982b843574
/
.
/
resources
/
sksl
/
errors
/
StructNameWithoutIdentifier.rts
blob: f0c94f27629a8a41d6ed80cc6c9985cb5d5d9d8a [
file
] [
log
] [
blame
]
struct
S
{
float
x
;
};
S
;
/*%%*
expected an identifier, but found ';'
*%%*/