summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/target_link_libraries/func.c
blob: 415a9bf98b184812d042cbb1cde4b4dcef073d8c (plain)
1
2
3
4
5
6
7

#if defined(_WIN32)
__declspec(dllexport)
#endif
  void func_c()
{
}