// RUN: %clang_cc1 -emit-llvm-only -g -S %s -o - | grep "TC" template class TC { public: TC(const TC &) {} TC() {} }; TC tci;