diff options
Diffstat (limited to 'Tests/Wrapping/wrapping.cxx')
-rw-r--r-- | Tests/Wrapping/wrapping.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/Wrapping/wrapping.cxx b/Tests/Wrapping/wrapping.cxx index 1482f27..f8b643a 100644 --- a/Tests/Wrapping/wrapping.cxx +++ b/Tests/Wrapping/wrapping.cxx @@ -1,4 +1,4 @@ -int main () +int main() { return 0; } |