diff options
Diffstat (limited to 'Tests/Complex/Executable/testSystemDir.cxx')
-rw-r--r-- | Tests/Complex/Executable/testSystemDir.cxx | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Tests/Complex/Executable/testSystemDir.cxx b/Tests/Complex/Executable/testSystemDir.cxx index e4815c6..4bb2db4 100644 --- a/Tests/Complex/Executable/testSystemDir.cxx +++ b/Tests/Complex/Executable/testSystemDir.cxx @@ -1,3 +1,6 @@ #include <testSystemDir.h> -int main() { return foo(); } +int main() +{ + return foo(); +} |