unplugged-system/external/skia/tests/sksl/errors/OverflowParamArraySize.glsl

10 lines
229 B
GLSL

### 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