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