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