diff options
Diffstat (limited to 'Tests/NewlineArgs/cxxonly.cxx')
-rw-r--r-- | Tests/NewlineArgs/cxxonly.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Tests/NewlineArgs/cxxonly.cxx b/Tests/NewlineArgs/cxxonly.cxx index 9e6f918..33b26dc 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) { |