blob: a387ee583428103496c525f7501aa9bbcb158d94 [file] [log] [blame]
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'
*%%*/