diff options
Diffstat (limited to 'Tests/SetLang')
-rw-r--r-- | Tests/SetLang/bar.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/SetLang/bar.c b/Tests/SetLang/bar.c index 515e8c2..3a299dc 100644 --- a/Tests/SetLang/bar.c +++ b/Tests/SetLang/bar.c @@ -20,7 +20,7 @@ public: int i; }; -int main() +int main(void) { A a; if (a.i == 21) { |