summaryrefslogtreecommitdiffstats
path: root/Tests/Dependency/Case2/foo3b.c
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/Dependency/Case2/foo3b.c')
-rw-r--r--Tests/Dependency/Case2/foo3b.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/Tests/Dependency/Case2/foo3b.c b/Tests/Dependency/Case2/foo3b.c
index ca25fd8..69d2c8c 100644
--- a/Tests/Dependency/Case2/foo3b.c
+++ b/Tests/Dependency/Case2/foo3b.c
@@ -1,2 +1,5 @@
extern int foo1c(void);
-int foo3b(void) { return foo1c(); }
+int foo3b(void)
+{
+ return foo1c();
+}