// Testcase for instantiation with cv-qualified type // Build don't link: template struct A { void foo(); }; template void A::foo() { } template class A;