xref: /aosp_15_r20/external/skia/tests/sksl/errors/Ossfuzz44045.glsl (revision c8dee2aa9b3f27cf6c858bd81872bdeb2c07ed17)
1### Compilation failed:
2
3error: 1: value is out of range for type 'int': 3976000000
4int[int3(half3(int3(half3(662666666.*6))))[1]] x;
5               ^^^^^^^^^^^^^^^^^^^^^^^^^
6error: 1: array size must be positive
7int[int3(half3(int3(half3(662666666.*6))))[1]] x;
8    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
92 errors
10