summaryrefslogtreecommitdiff
path: root/test cases/common/86 same basename/lib.c
blob: 11ce3b3f9c5c209299f3efd0f19a6127f12a0f2c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#if defined SHAR
int func() {
    return 1;
}
#elif defined STAT
int func() {
    return 0;
}
#else
#error "Missing type definition."
#endif