summaryrefslogtreecommitdiffstats
path: root/test cases/unit/12 promote/subprojects/s1/s1.c
diff options
context:
space:
mode:
Diffstat (limited to 'test cases/unit/12 promote/subprojects/s1/s1.c')
-rw-r--r--test cases/unit/12 promote/subprojects/s1/s1.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/test cases/unit/12 promote/subprojects/s1/s1.c b/test cases/unit/12 promote/subprojects/s1/s1.c
new file mode 100644
index 0000000..7d1d775
--- /dev/null
+++ b/test cases/unit/12 promote/subprojects/s1/s1.c
@@ -0,0 +1,6 @@
+int func();
+int func2();
+
+int main(int argc, char **argv) {
+ return func() + func2();
+}