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

#include<mylib.h>

int func1() {
    return 42;
}