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