// PR c++/27424 // Bug: failing to substitute the 'int' into C template struct A { template class> struct B {}; template struct C; B b; }; A a;