summaryrefslogtreecommitdiffstats
path: root/src/test/run-make/raw-dylib-c/extern_2.c
blob: ae87fc3f8218b41730b9b9463fc2444bc3cec388 (plain)
1
2
3
4
5
6
#include <stdio.h>

__declspec(dllexport) void extern_fn_3() {
    printf("extern_fn_3\n");
    fflush(stdout);
}