blob: ac61371ba276c258601b3b88613c7f4cb8772ff5 [file] [log] [blame]
extern int my_idiv(int a, int b);
int my_thorw()
{
my_idiv(3, 5);
throw 20;
}