summaryrefslogtreecommitdiffstats
path: root/test cases/common/137 whole archive/func2.c
blob: 4fe7150ffd741926886b2966d5d0bd781c57ad1a (plain)
1
2
3
4
5
6
7
#define BUILDING_DLL

#include<mylib.h>

int func2(void) {
    return 42;
}