summaryrefslogtreecommitdiff
path: root/test cases/unit/114 complex link cases/s3.c
blob: 08e0620108b6d4f902bf5c5d96b0fc22f587b520 (plain)
1
2
3
4
5
int s2(void);

int s3(void) {
    return s2() + 1;
}