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

4 lines
81 B
Text
Raw Normal View History

2022-12-10 16:13:22 +01:00
void test () { # Error on line 0 col -1: No main function.
2022-12-10 15:39:18 +01:00
bool a = false;
}