extern int my_idiv(int a, int b); int my_thorw() { my_idiv(3, 5); throw 20; }