diff options
Diffstat (limited to 'Tests/EmptyProperty')
-rw-r--r-- | Tests/EmptyProperty/EmptyProperty.cxx | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Tests/EmptyProperty/EmptyProperty.cxx b/Tests/EmptyProperty/EmptyProperty.cxx index 78f2de1..8488f4e 100644 --- a/Tests/EmptyProperty/EmptyProperty.cxx +++ b/Tests/EmptyProperty/EmptyProperty.cxx @@ -1 +1,4 @@ -int main(void) { return 0; } +int main(void) +{ + return 0; +} |