aboutsummaryrefslogtreecommitdiff
path: root/test cases/common/27 pipeline/depends/prog.c
blob: f438a00427656ee09a65de2089fe02070784c3d8 (plain)
1
2
3
4
5
int func();

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