1 // RUN: %clang_cc1 %s -emit-llvm -triple %itanium_abi_triple -o - | FileCheck %s
4 // CHECK: @_ZN1CIiE11needs_guardE = linkonce_odr {{(dso_local )?}}global
5 // CHECK: @_ZGVN1CIiE11needs_guardE = linkonce_odr {{(dso_local )?}}global
18 void Go() { needs_guard
.PrintNumK(); }
22 template<typename T
> K C
<T
>::needs_guard
;