summaryrefslogtreecommitdiffstats
path: root/Tests/TryCompile/pass2a.c
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/TryCompile/pass2a.c')
-rw-r--r--Tests/TryCompile/pass2a.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/Tests/TryCompile/pass2a.c b/Tests/TryCompile/pass2a.c
index bbfe6d5..27c377b 100644
--- a/Tests/TryCompile/pass2a.c
+++ b/Tests/TryCompile/pass2a.c
@@ -1,2 +1,5 @@
extern int pass2b(void);
-int main() { return pass2b(); }
+int main()
+{
+ return pass2b();
+}