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