Sign in
skia
/
skia
/
437cd4d85737039dd9719667905832982b843574
/
.
/
resources
/
sksl
/
errors
/
OverflowParamArraySize.rts
blob: 4927cedcaf6534607cc572344941107b72224ca2 [
file
] [
log
] [
blame
]
void
fn
(
int
arr
[
4294967296
]);
/*%%*
integer is too large: 4294967296
array size must be positive
*%%*/