summaryrefslogtreecommitdiffstats
path: root/Tests/PDBDirectoryAndName/mylibA.c
blob: 5bc279bad8470a4da69c6f6f1c9a06d9951bc01f (plain)
1
2
3
4
__declspec(dllexport) int mylibA()
{
  return 1;
}