diff options
Diffstat (limited to 'Tests/Simple/simple.cxx')
-rw-r--r-- | Tests/Simple/simple.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/Simple/simple.cxx b/Tests/Simple/simple.cxx index 7bee7c0..5aa689b 100644 --- a/Tests/Simple/simple.cxx +++ b/Tests/Simple/simple.cxx @@ -2,7 +2,7 @@ extern void simpleLib(); extern "C" int FooBar(); extern int bar(); extern int bar1(); -int main () +int main() { FooBar(); bar(); |