Sign in
skia
/
skia.git
/
13a34d08d9d152f77009ca493e873e9de35da3d8
/
.
/
resources
/
sksl
/
errors
/
ArrayTooManyDimensionsInFuncBodyUnsized2.rts
blob: 331bb00788ce5f5ce084f51275768310a08b30f1 [
file
] [
log
] [
blame
]
void
func
()
{
float
x
[
2
][];
}
/*%%*
unsized arrays are not permitted here
*%%*/