This repository has been archived on 2022-12-27. You can view files and clone it, but cannot push or open issues or pull requests.
compilateurMIPS/tests/13_err-no-main.test
2022-12-10 16:13:22 +01:00

3 lines
81 B
Text

void test () { # Error on line 0 col -1: No main function.
bool a = false;
}