aboutsummaryrefslogtreecommitdiff
path: root/test cases/common/141 whole archive/func2.c
blob: 9e287a4db180a64a3491e35404fbafb0306129c6 (plain)
1
2
3
4
5
6
7
#define BUILDING_DLL

#include<mylib.h>

int func2() {
    return 42;
}