blob: c9e8351bcf373daf92b66932c2010af247d953cc [file] [log] [blame]
// PR c++/35335
// { dg-do compile }
// { dg-options "" }
// { dg-bogus "not supported by" "" { target *-*-* } 0 }
struct A {}; // { dg-message "note: candidates are" }
void
foo ()
{
A a;
a = ({ { 1; } }); // { dg-error "no match for" }
}