aboutsummaryrefslogtreecommitdiffstats
path: root/meson/test cases/common/153 wrap file should not failed/src/subprojects/prog.c
diff options
context:
space:
mode:
Diffstat (limited to 'meson/test cases/common/153 wrap file should not failed/src/subprojects/prog.c')
-rw-r--r--meson/test cases/common/153 wrap file should not failed/src/subprojects/prog.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/meson/test cases/common/153 wrap file should not failed/src/subprojects/prog.c b/meson/test cases/common/153 wrap file should not failed/src/subprojects/prog.c
new file mode 100644
index 000000000..849b40004
--- /dev/null
+++ b/meson/test cases/common/153 wrap file should not failed/src/subprojects/prog.c
@@ -0,0 +1,7 @@
+#include<stdio.h>
+
+int main(void) {
+ printf("Do not have a file layout like this in your own projects.\n");
+ printf("This is only to test that this works.\n");
+ return 0;
+}