mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 14:55:26 +00:00
7 lines
126 B
C
7 lines
126 B
C
#include <stdio.h>
|
|
|
|
__declspec(dllexport) void extern_fn_2() {
|
|
printf("extern_fn_2 in extern_2\n");
|
|
fflush(stdout);
|
|
}
|