summaryrefslogtreecommitdiff
path: root/Tests/RunCMake/target_sources/lib1.c
blob: 95042def18a6cda9a03eaab15403e9c007022b04 (plain)
1
2
3
4
5
6
#ifdef _WIN32
__declspec(dllexport)
#endif
  void lib1(void)
{
}