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