diff options
Diffstat (limited to 'Tests/Dependency/Case2/foo1b.c')
-rw-r--r-- | Tests/Dependency/Case2/foo1b.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Tests/Dependency/Case2/foo1b.c b/Tests/Dependency/Case2/foo1b.c new file mode 100644 index 0000000..e2b6dc3 --- /dev/null +++ b/Tests/Dependency/Case2/foo1b.c @@ -0,0 +1,2 @@ +extern int foo2b(void); +int foo1b(void) { return foo2b(); } |