Added simple test programs

This commit is contained in:
Mitchell Plamann
2015-03-22 20:58:00 -04:00
parent 837efb7b2b
commit 6062716f1d
2 changed files with 27 additions and 0 deletions

3
test/iadd.c0 Executable file
View File

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