#include "template_class_test.h" template void A::g() {} template template void A::k() {} template int A::c = 2; void B::f() {}