summaryrefslogtreecommitdiffstats
path: root/manual tests/10 svn wrap/prog.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--manual tests/10 svn wrap/prog.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/manual tests/10 svn wrap/prog.c b/manual tests/10 svn wrap/prog.c
new file mode 100644
index 0000000..6e2c4d8
--- /dev/null
+++ b/manual tests/10 svn wrap/prog.c
@@ -0,0 +1,6 @@
+#include"subproj.h"
+
+int main(void) {
+ subproj_function();
+ return 0;
+}