summaryrefslogtreecommitdiffstats
path: root/test cases/common/167 subproject nested subproject dirs/prog.c
blob: 27162c5e06a178efe30242449622553bb584ca5f (plain)
1
2
3
4
5
int func(void);

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