// PR c++/4934 // dump_expr didn't know how to deal with a CONVERT_EXPR with no type. template struct A {}; template struct B { A a; };