// PR c++/11962 // { dg-options "" } template class c; template int test(c&); // { dg-error "omitted" } void test(c<2>*c2) { test<0, 2>(*c2); // { dg-message "instantiated" } }