summaryrefslogtreecommitdiffstats
path: root/Tests/PDBDirectoryAndName/mylibC.c
blob: 64dde7293b2526c8bfa2bf8909acb22d7eb2a8d7 (plain)
1
2
3
4
__declspec(dllexport) int mylibC(void)
{
  return 1;
}