summaryrefslogtreecommitdiffstats
path: root/tests/cpp-compiler/simple-c-compile.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cpp-compiler/simple-c-compile.c')
-rw-r--r--tests/cpp-compiler/simple-c-compile.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/cpp-compiler/simple-c-compile.c b/tests/cpp-compiler/simple-c-compile.c
index 32b5561f1..5bdc0146e 100644
--- a/tests/cpp-compiler/simple-c-compile.c
+++ b/tests/cpp-compiler/simple-c-compile.c
@@ -1,10 +1,10 @@
-//TEST:SIMPLE: -entry main -target exe -pass-through c
+// TEST:SIMPLE: -entry main -target exe -pass-through c
-#include <stdlib.h>
#include <stdio.h>
+#include <stdlib.h>
int main(int argc, char** argv)
{
printf("Hello World!\n");
- return 0;
+ return 0;
}