__declspec(dllimport) extern void testlib(void);

int main(void)
{
  testlib();
  return 0;
}
