Sign in
android
/
toolchain
/
rustc
/
54272acac043c1dedfb7db7420545b31ec1ac51f
/
.
/
src
/
test
/
run-make
/
raw-dylib-c
/
extern_2.c
blob: ae87fc3f8218b41730b9b9463fc2444bc3cec388 [
file
] [
log
] [
blame
]
#include
<stdio.h>
__declspec
(
dllexport
)
void
extern_fn_3
()
{
printf
(
"extern_fn_3\n"
);
fflush
(
stdout
);
}