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