Closed chaser92 closed 9 years ago
void main(void) { int b; b = 3; return 3; }
fails which is correct, but the message TYPE MISMATCH. EXPECTED { "type": "void" } GOT "void"
TYPE MISMATCH. EXPECTED not void GOT void is still not a good error message. Please fix.
fails which is correct, but the message TYPE MISMATCH. EXPECTED { "type": "void" } GOT "void"