diff options
Diffstat (limited to 'meson/test cases/common/182 find override/otherdir/main.c')
-rw-r--r-- | meson/test cases/common/182 find override/otherdir/main.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meson/test cases/common/182 find override/otherdir/main.c b/meson/test cases/common/182 find override/otherdir/main.c new file mode 100644 index 000000000..5fb6371b8 --- /dev/null +++ b/meson/test cases/common/182 find override/otherdir/main.c @@ -0,0 +1,5 @@ +int be_seeing_you(void); + +int main(void) { + return be_seeing_you() == 6 ? 0 : 1; +} |