Sign in
◑
Theme
skia
/
skia
/
bb5fbf9d5a31a4f10cbc6cd21999e17841d1e2f8
/
.
/
tests
/
sksl
/
errors
/
OverflowParamArraySize.glsl
blob: 0e105ce37814f5c098c3a18a1b2ed5ba284bd59d [
file
]
### Compilation failed:
error
:
1
:
integer
is
too large
:
4294967296
void
fn
(
int
arr
[
4294967296
]);
^^^^^^^^^^
error
:
1
:
array size must be positive
void
fn
(
int
arr
[
4294967296
]);
^^^^^^^^^^
2
errors