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.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/Tests/Dependency/Case2/foo2.c b/Tests/Dependency/Case2/foo2.c
new file mode 100644
index 0000000..587c77a
--- /dev/null
+++ b/Tests/Dependency/Case2/foo2.c
@@ -0,0 +1,5 @@
+extern int foo3(void);
+int foo2(void)
+{
+ return foo3();
+}