summaryrefslogtreecommitdiffstats
path: root/test/Libs/bug2903/main.c
blob: a4b1ecc144d88d06dfaa6869dfa3947251c9e45e (plain)
1
2
3
4
5
6
#ifdef _WIN32
__declspec(dllexport)
#endif
void func()
{
}