aboutsummaryrefslogtreecommitdiffstats
path: root/meson/test cases/common/100 postconf with args/prog.c
diff options
context:
space:
mode:
Diffstat (limited to 'meson/test cases/common/100 postconf with args/prog.c')
-rw-r--r--meson/test cases/common/100 postconf with args/prog.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/meson/test cases/common/100 postconf with args/prog.c b/meson/test cases/common/100 postconf with args/prog.c
new file mode 100644
index 000000000..5db9d17df
--- /dev/null
+++ b/meson/test cases/common/100 postconf with args/prog.c
@@ -0,0 +1,5 @@
+#include"generated.h"
+
+int main(void) {
+ return THE_NUMBER != 9 || THE_ARG1 != 5 || THE_ARG2 != 33;
+}