]> git.lizzy.rs Git - rust.git/blob - tests/run-make/raw-dylib-inline-cross-dylib/extern_2.c
Rollup merge of #107194 - xfix:remove-slice-internals-dependency-in-rustc-ast, r...
[rust.git] / tests / run-make / raw-dylib-inline-cross-dylib / extern_2.c
1 #include <stdio.h>
2
3 __declspec(dllexport) void extern_fn_2() {
4     printf("extern_fn_2 in extern_2\n");
5     fflush(stdout);
6 }