1 2 3 4 5 6 7 8 9
// PR c++/35323 // { dg-options "" } void foo(int); void bar() { foo(1r); // { dg-error "not supported" } }