topexe.c 94 B

1234567
  1. __declspec(dllimport) extern void testlib(void);
  2. int main(void)
  3. {
  4. testlib();
  5. return 0;
  6. }