summaryrefslogtreecommitdiffstats
path: root/tests/cpp-compiler/c-compile-error.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cpp-compiler/c-compile-error.c')
-rw-r--r--tests/cpp-compiler/c-compile-error.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/cpp-compiler/c-compile-error.c b/tests/cpp-compiler/c-compile-error.c
index ae36dd9c5..c81bfd315 100644
--- a/tests/cpp-compiler/c-compile-error.c
+++ b/tests/cpp-compiler/c-compile-error.c
@@ -1,12 +1,12 @@
-//TEST(smoke):CPP_COMPILER_EXECUTE:
+// TEST(smoke):CPP_COMPILER_EXECUTE:
-#include <stdlib.h>
#include <stdio.h>
+#include <stdlib.h>
int main(int argc, char** argv)
{
int a = b + c;
-
+
printf("Hello World!\n");
- return 0;
+ return 0;
}