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