// { dg-options "-std=c++0x" } template struct A; template struct A // { dg-error "not expanded|T" } { A(); A(T); };