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