skia2/tests/sksl/errors/Ossfuzz40427.glsl

10 lines
231 B
Plaintext
Raw Normal View History

### Compilation failed:
error: 1: integer is out of range for type 'uint': -1
uint s, z = s.0s.0s - 1;
^^^^^^^^^^^
error: 1: expected 'uint', but found 'uint2'
uint s, z = s.0s.0s - 1;
^^^^^^^^^^^
2 errors