rust/tests/run-make/link-native-static-lib-to-d.../foo.c

7 lines
76 B
C

// ignore-license
#ifdef _WIN32
__declspec(dllexport)
#endif
void foo() {}