diff options
Diffstat (limited to 'Tests/TryCompile/pass2b.cxx')
-rw-r--r-- | Tests/TryCompile/pass2b.cxx | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Tests/TryCompile/pass2b.cxx b/Tests/TryCompile/pass2b.cxx index 4c539e2..438e9e5 100644 --- a/Tests/TryCompile/pass2b.cxx +++ b/Tests/TryCompile/pass2b.cxx @@ -1 +1,4 @@ -extern "C" int pass2b(void) { return 0; } +extern "C" int pass2b(void) +{ + return 0; +} |