blob: 644fe1bb9dd6ef93533ad24572b4786b8c117a8a [file] [log] [blame]
// PR c++/48930
// { dg-do compile { target c++11 } }
// { dg-prune-output "note" }
struct A
{
A(const A&) = default;
};
A a; // { dg-error "no match" }