xref: /aosp_15_r20/external/skia/tests/sksl/errors/Ossfuzz48592.glsl (revision c8dee2aa9b3f27cf6c858bd81872bdeb2c07ed17)
1### Compilation failed:
2
3error: 1: expected ')' to complete expression, but found '`'
4half x[int2((3-3`*cosh(421`.L1
5                ^
6error: 1: expected ')' to complete function arguments, but found '`'
7half x[int2((3-3`*cosh(421`.L1
8                          ^
9error: 2: expected ')' to complete function arguments, but found ''
10error: 1: array size must be an integer
11half x[int2((3-3`*cosh(421`.L1
12       ^^^^^^^^^^^^^^^^^^^^^^^^
13error: 2: expected ']', but found ''
145 errors
15