summaryrefslogtreecommitdiffstats
path: root/test cases/common/182 find override/otherdir/main2.c
diff options
context:
space:
mode:
Diffstat (limited to 'test cases/common/182 find override/otherdir/main2.c')
-rw-r--r--test cases/common/182 find override/otherdir/main2.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/test cases/common/182 find override/otherdir/main2.c b/test cases/common/182 find override/otherdir/main2.c
new file mode 100644
index 0000000..80a3009
--- /dev/null
+++ b/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;
+}