1 // RUN: %clang_cc1 -emit-llvm -triple %itanium_abi_triple %s -o %t
13 void foo(X
<int> &xi
, X
<float> *xfp
, int i
, float f
) {
14 // RUN: grep "linkonce_odr.*_ZN1XIiE1fEi" %t | count 1
17 // RUN: grep "linkonce_odr.*_ZN1XIiE1gEi" %t | count 1
20 // RUN: grep "linkonce_odr.*_ZN1XIfE1fEf" %t | count 1
23 // RUN: not grep "linkonce_odr.*_ZN1XIfE1hEf" %t