aboutsummaryrefslogtreecommitdiff
path: root/test cases/common/82 same basename/exe2.c
blob: 6c47a9d76eb4de12989285cb2ebecac6c30172e1 (plain)
1
2
3
4
5
int func();

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