Sign in
skia
/
skia
/
main
/
.
/
resources
/
sksl
/
errors
/
InterfaceBlockMixedCommasAndSemicolons.sksl
blob: 256e206eaae260c6d33f687ef00d74b2505d4d1a [
file
] [
log
] [
blame
]
uniform foo
{
int
x
;,
y
;,
z
;
};
/*%%*
expected a type, but found ','
*%%*/