skia2/resources/sksl/errors/Ossfuzz32587.sksl

8 lines
107 B
Plaintext
Raw Normal View History

const float x=1, _=x1;
half x=x*8;
/*%%*
unknown identifier 'x1'
expected 'half', but found 'float'
*%%*/