xref: /aosp_15_r20/external/skia/tests/sksl/errors/Ossfuzz40660.glsl (revision c8dee2aa9b3f27cf6c858bd81872bdeb2c07ed17)
1### Compilation failed:
2
3error: 1: unknown identifier 'f'
4half i() { f[0 * (4, int4(3 `` -3689348940
5           ^
6error: 1: expected ')' to complete function arguments, but found '`'
7half i() { f[0 * (4, int4(3 `` -3689348940
8                            ^
9error: 1: expected ')' to complete expression, but found '`'
10half i() { f[0 * (4, int4(3 `` -3689348940
11                             ^
12error: 1: value is out of range for type 'int': 3689348940
13half i() { f[0 * (4, int4(3 `` -3689348940
14                                ^^^^^^^^^^
15error: 2: expected ']' to complete array access expression, but found ''
16error: 2: expected ';', but found ''
176 errors
18