Sign in
skia
/
skia
/
e8ab6e172d07e8d0f04e1fdf17f1202a4547359a
/
.
/
resources
/
sksl
/
errors
/
ArrayTooManyDimensionsInStructUnsized1.rts
blob: 413f52df4467843269f89898ec10da8c92cb6051 [
file
] [
log
] [
blame
]
struct
S
{
float
x
[][
2
];
};
/*%%*
unsized arrays are not permitted here
*%%*/