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

int main(void) {
    return be_seeing_you() == 6 ? 0 : 1;
}