summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/AutoExportDll/AIXExportExplicitLib.c
blob: 58fd5acc8b202c2ceea592737f5685e95f0f9ddc (plain)
1
2
3
4
5
6
7
8
int AIXNotExported(void)
{
  return 0;
}
int AIXExportedSymbol(void)
{
  return 0;
}