catchInt
test(catchInt, throwBase, kCaughtGeneric);
test(catchInt, throwA, kCaughtGeneric);
test(catchInt, throwB, kCaughtGeneric);
test(catchInt, throwVirtualBase, kCaughtGeneric);
test(catchInt, throwVirtualA, kCaughtGeneric);
test(catchInt, throwVirtualB, kCaughtGeneric);
test(catchInt, throwInt, kCaughtInt);