mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-12 15:04:03 +00:00
7 lines
76 B
C
7 lines
76 B
C
// ignore-license
|
|
|
|
#ifdef _WIN32
|
|
__declspec(dllexport)
|
|
#endif
|
|
void foo() {}
|