Sign in
rust
/
rust-lang
/
rust
/
refs/heads/try-perf
/
.
/
tests
/
run-make
/
link-native-static-lib-to-dylib
/
foo.c
blob: fdf595b574e3397280431138651de0bfd5c85c6f [
file
] [
log
] [
blame
]
// ignore-license
#ifdef
_WIN32
__declspec
(
dllexport
)
#endif
void
foo
()
{}