scons_gd/scons/test/Libs/bug2903/main.c

7 lines
59 B
C
Raw Normal View History

2022-10-15 16:06:26 +02:00
#ifdef _WIN32
__declspec(dllexport)
#endif
void func()
{
}