summaryrefslogtreecommitdiff
path: root/test cases/common/84 extract from nested subdir/tst/first/exe_first.c
blob: f6c1f7471819384826c19bd7ca4896a324b92b2d (plain)
1
2
3
4
5
int first(void);

int main() {
    return first() - 1001;
}