mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-26 16:54:01 +00:00
433da1fc04
They pass fine.
7 lines
76 B
C
7 lines
76 B
C
// ignore-license
|
|
|
|
#ifdef _WIN32
|
|
__declspec(dllexport)
|
|
#endif
|
|
void foo() {}
|