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

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