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