summaryrefslogtreecommitdiffstats
path: root/test cases/common/131 override options/three.c
blob: 094260e0456b0060b27a549aa1efa4779aece9dd (plain)
1
2
3
4
5
6
7
static int duplicate_func(void) {
    return 4;
}

int func(void) {
    return duplicate_func();
}