summaryrefslogtreecommitdiff
path: root/test cases/unit/35 both library usability/provider/otherlib/internal.c
blob: c70fd98079868f1c584f006f749493880b8ce114 (plain)
1
2
3
4
5
6
7
#if defined(_MSC_VER) && !defined(PROVIDER_STATIC)
__declspec(dllexport)
#endif
int get_dat_value (void)
{
  return 42;
}