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