summaryrefslogtreecommitdiff
path: root/Tests/Complex/Library/TestLink.c
blob: 25dee082f42d5225cbc462aff2084e14df4814eb (plain)
1
2
3
4
5
6
7
8
int TestLinkGetType()
{
#ifdef CMakeTestLinkShared_EXPORTS
  return 0;
#else
  return 1;
#endif
}