diff --git a/compiler/test/runnable/helloc.c b/compiler/test/runnable/helloc.c new file mode 100644 index 0000000000..52a74dbecd --- /dev/null +++ b/compiler/test/runnable/helloc.c @@ -0,0 +1,8 @@ +#include +#include + +int main() +{ + printf("hello world!\n"); + return 0; +}