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