corrected project to work with test_compiler.sh

This commit is contained in:
Clemens-Dautermann 2020-08-19 23:29:07 +02:00
parent 26d10cfef0
commit b2c2a2f497
15 changed files with 232 additions and 28 deletions

View file

@ -0,0 +1,3 @@
int main( {
return 0;
}

View file

@ -0,0 +1,3 @@
int main() {
return;
}

View file

@ -0,0 +1,2 @@
int main() {
return 0;

View file

@ -0,0 +1,3 @@
int main() {
return 0
}

View file

@ -0,0 +1,3 @@
int main() {
return0;
}

View file

@ -0,0 +1,3 @@
int main() {
RETURN 0;
}