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

int main() {
    return number_returner() == 100 ? 0 : 1;
}