7 lines
76 B
C
7 lines
76 B
C
// ignore-license
|
|
|
|
#ifdef _WIN32
|
|
__declspec(dllexport)
|
|
#endif
|
|
void foo() {}
|