// PR c++/31441 // { dg-options "-std=gnu++0x" } template struct A; template struct A { }; // { dg-bogus "cannot expand" "" { xfail *-*-* } } A a; // { dg-bogus "incomplete type" "" { xfail *-*-* } }