// PR c++/86219 template struct t; template void f () { const int b = ""; // { dg-error "conversion" } t::c; // { dg-error "constant" } // { dg-prune-output "template argument 1 is invalid" } }