summaryrefslogtreecommitdiff
path: root/Tests/NewlineArgs/cxxonly.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/NewlineArgs/cxxonly.cxx')
-rw-r--r--Tests/NewlineArgs/cxxonly.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/Tests/NewlineArgs/cxxonly.cxx b/Tests/NewlineArgs/cxxonly.cxx
index 9e6f91820..33b26dc29 100644
--- a/Tests/NewlineArgs/cxxonly.cxx
+++ b/Tests/NewlineArgs/cxxonly.cxx
@@ -1,8 +1,8 @@
+#include <stdio.h>
+
#include "libcxx1.h"
#include "libcxx2.h"
-#include <stdio.h>
-
int main()
{
if (LibCxx1Class::Method() != 2.0) {