blob: a3389a01a9735cc6604121298bcc4e89b6d73c97 [file] [log] [blame]
// PR c++/35323
// { dg-options "" }
void foo(int);
void bar()
{
foo(1r); // { dg-error "not supported" }
}