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

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

7 lines
76 B
C
Raw Normal View History

// ignore-license
2015-08-26 18:57:56 -05:00
#ifdef _WIN32
__declspec(dllexport)
#endif
void foo() {}