Sign in
skia
/
skia
/
8d363988efebcbe62b2c8e364e833cd98df3aa83
/
.
/
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