Sign in
skia
/
skia
/
67c3ee616fb5014d483c5314900eea663f10f1e3
/
.
/
tests
/
sksl
/
errors
/
OverflowParamArraySize.glsl
blob: 0e105ce37814f5c098c3a18a1b2ed5ba284bd59d [
file
] [
log
] [
blame
]
### 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