3 // Explicit { dg-require-effective-target exceptions_enabled } to avoid verify compiler messages FAILs for '-fno-exceptions'.
19 catch (int) // { dg-warning "will be caught by earlier handler" }
22 catch (const int) // { dg-warning "will be caught by earlier handler" }
25 catch (int &) // { dg-warning "will be caught by earlier handler" }
28 catch (const int &) // { dg-warning "will be caught by earlier handler" }