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