unplugged-system/external/skia/resources/sksl/runtime_errors/Ossfuzz45279.rts

9 lines
186 B
Plaintext
Raw Normal View History

void c(int) {}
void b(int i) { c(i)==c(i); }
void a(int) { b(0); }
half4 main(float2) { int i; a(i); return half4(0); }
/*%%*
type mismatch: '==' cannot operate on 'void', 'void'
*%%*/