blob: 12ef756c78b1295dc56331e13228ddc3b2bc0737 [file]
#define BUILDING_DLL
#include "cpplib.h"
extern "C" int DLL_PUBLIC cppfunc(void) {
return 42;
}