Sign in
qemu
/
meson
/
refs/heads/111condense
/
.
/
test cases
/
common
/
292 link early args
/
cpplib.cpp
blob: c337a5270ccd77bafdb072e4bc3fdfb86f77f376 [
file
]
#define
BUILDING_DLL
#include
"cpplib.h"
int
DLL_PUBLIC cppfunc
(
void
)
{
return
42
;
}
int
DLL_PUBLIC cppfunc_sym
(
void
)
{
return
43
;
}