1 2 3 4 5 6 7
// PR c++/35319 // { dg-options "" } void foo() { throw 0r; // { dg-error "not supported" } }