summaryrefslogtreecommitdiffstats
path: root/test cases/common/6 linkshared/cpplib.cpp
blob: 247f8201ab56768d32dd9d37906fb9fd01472ba4 (plain)
1
2
3
4
5
6
#define BUILDING_DLL
#include "cpplib.h"

int DLL_PUBLIC cppfunc(void) {
    return 42;
}