rust/tests/run-make/raw-dylib-inline-cross-dylib/extern_2.c

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
126 B
C
Raw Normal View History

#include <stdio.h>
__declspec(dllexport) void extern_fn_2() {
printf("extern_fn_2 in extern_2\n");
fflush(stdout);
}