aboutsummaryrefslogtreecommitdiff
path: root/test cases/common/187 find override/otherdir/main.c
blob: 2cef67c8d1c578967a79441ea91632f67d5a2d22 (plain)
1
2
3
4
5
int be_seeing_you();

int main(int argc, char **argv) {
    return be_seeing_you() == 6 ? 0 : 1;
}