summaryrefslogtreecommitdiffstats
path: root/test cases/native/3 pipeline/depends/prog.c
blob: 54c40e162e9b1c5ef19232827b7133c8ed76b651 (plain)
1
2
3
4
5
int func(void);

int main(void) {
    return func() != 42;
}