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