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