diff --git a/compiler-test.c b/compiler-test.c new file mode 100644 index 0000000..540301a --- /dev/null +++ b/compiler-test.c @@ -0,0 +1,5 @@ +#include + +int main(){ + return 0; +}