summaryrefslogtreecommitdiffstats
path: root/Tests/CMakeCommands/target_sources/empty_2.cpp
blob: 48ae8bb23c10842e61cc8cab130c7fa9865416a9 (plain)
1
2
3
4
5
6
7
#ifdef _WIN32
__declspec(dllexport)
#endif
  int empty_2()
{
  return 0;
}