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