Sign in
skia
/
skia
/
7e33d95f4f881f7d304ea81db39d20be4dab4416
/
.
/
resources
/
sksl
/
errors
/
ArrayTooManyDimensionsInFuncBody.sksl
blob: c067db2ed1512417cc7e09d9edb5b9d9a3162e7f [
file
] [
log
] [
blame
]
void
main
()
{
float
x
[
2
][
2
];
}