Sign in
skia
/
skia
/
1622df0357140aa3a6114ab904e7a31bd0abd3a4
/
.
/
resources
/
sksl
/
errors
/
ArrayTooManyDimensionsInFuncBody.rts
blob: f2595287fe64132d68bdadbdc5e01125f6afd672 [
file
]
void
func
()
{
float
x
[
2
][
2
];
}
/*%%*
multi-dimensional arrays are not supported
*%%*/