throwInt
test(catchBase, throwInt, kCaughtGeneric);
test(catchA, throwInt, kCaughtGeneric);
test(catchVirtualBase, throwInt, kCaughtGeneric);
test(catchVirtualA, throwInt, kCaughtGeneric);
test(catchInt, throwInt, kCaughtInt);
test(catchAny, throwInt, kCaughtInt);
void throwInt();