Sign in
qemu
/
meson
/
7b43a2e19613f3702935872b21b1020f7d8c6a9b
/
.
/
test cases
/
common
/
6 linkshared
/
cpplib.cpp
blob: 247f8201ab56768d32dd9d37906fb9fd01472ba4 [
file
] [
log
] [
blame
]
#define
BUILDING_DLL
#include
"cpplib.h"
int
DLL_PUBLIC cppfunc
(
void
)
{
return
42
;
}