Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
run-make
/
redundant-libs
/
foo.c
blob: 551b85d1824505c0bd14f757ca2f66dd289cd332 [
file
] [
log
] [
blame
] [
edit
]
#ifdef
_MSC_VER
#define
DllExport
__declspec
(
dllexport
)
#else
#define
DllExport
#endif
DllExport
void
foo1
()
{}
DllExport
void
foo2
()
{}