extern int my_func(void); int main(void) { return my_func(); }