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