index
:
meson
clippy-json
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
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
;
}