Sign in
fuchsia
/
third_party
/
rust
/
eda6dc928323fcd0ac1b51cea1aa79ab17e8519d
/
.
/
tests
/
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
);
}