(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
cpp0x/
defaulted25.C
// 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" }