diff options
Diffstat (limited to 'Tests/PreOrder/simple.cxx')
-rw-r--r-- | Tests/PreOrder/simple.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/PreOrder/simple.cxx b/Tests/PreOrder/simple.cxx index ef26e79..7f99579 100644 --- a/Tests/PreOrder/simple.cxx +++ b/Tests/PreOrder/simple.cxx @@ -1,5 +1,5 @@ extern void simpleLib(); -int main () +int main() { simpleLib(); return 0; |