aboutsummaryrefslogtreecommitdiffstats
path: root/meson/test cases/common/122 no buildincdir/include/header.h
diff options
context:
space:
mode:
Diffstat (limited to 'meson/test cases/common/122 no buildincdir/include/header.h')
-rw-r--r--meson/test cases/common/122 no buildincdir/include/header.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/meson/test cases/common/122 no buildincdir/include/header.h b/meson/test cases/common/122 no buildincdir/include/header.h
new file mode 100644
index 000000000..1170ee36a
--- /dev/null
+++ b/meson/test cases/common/122 no buildincdir/include/header.h
@@ -0,0 +1,3 @@
+#pragma once
+
+int foobar(void);