blob: 1ee5538a1721df37e6929085223b8482f5abf42c [file] [log] [blame]
// PR c++/35319
// { dg-options "" }
void foo()
{
throw 0r; // { dg-error "not supported" }
}