// PR c++/33461 // { dg-do compile { target c++11 } } template struct A; template struct A // { dg-bogus "cannot expand" "" } { struct B; }; A a; // { dg-bogus "incomplete type" "" }