summaryrefslogtreecommitdiffstats
path: root/Tests/Dependency/Case2/foo2.c
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/Dependency/Case2/foo2.c')
-rw-r--r--Tests/Dependency/Case2/foo2.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/Tests/Dependency/Case2/foo2.c b/Tests/Dependency/Case2/foo2.c
new file mode 100644
index 0000000..6019236
--- /dev/null
+++ b/Tests/Dependency/Case2/foo2.c
@@ -0,0 +1,2 @@
+extern int foo3(void);
+int foo2(void) { return foo3(); }