diff options
Diffstat (limited to 'Tests/Dependency/Case2/foo1b.c')
-rw-r--r-- | Tests/Dependency/Case2/foo1b.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Tests/Dependency/Case2/foo1b.c b/Tests/Dependency/Case2/foo1b.c index e2b6dc3..e437014 100644 --- a/Tests/Dependency/Case2/foo1b.c +++ b/Tests/Dependency/Case2/foo1b.c @@ -1,2 +1,5 @@ extern int foo2b(void); -int foo1b(void) { return foo2b(); } +int foo1b(void) +{ + return foo2b(); +} |