blob: ae87fc3f8218b41730b9b9463fc2444bc3cec388 [file] [log] [blame] [edit]
#include <stdio.h>
__declspec(dllexport) void extern_fn_3() {
printf("extern_fn_3\n");
fflush(stdout);
}