// RUN: %clang_cc1 -triple x86_64-unknown-linux-gnu -emit-llvm %s -o - | FileCheck %s
// PR39118
// Make sure that attributes are properly applied to explicit template
// instantiations.
;
;
C D<T>::c;
// CHECK-DAG: @_ZN1DIiE1cB3TAGE
;