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