summaryrefslogtreecommitdiffstats
path: root/Tests/SharedLibraryArchive/sla.c
blob: 5bc452fcc5afc0c943038707891217b8b82a8e99 (plain)
1
2
3
4
5
6
7
#ifdef _WIN32
__declspec(dllexport)
#endif
  int sla(void)
{
  return 0;
}