1 // Make sure foo is instantiated and we don't get a link error
2 // RUN: %clang_cc1 -S -emit-llvm -triple %itanium_abi_triple %s -o- | FileCheck %s
7 // CHECK-LABEL: define {{.*}} @main
9 // CHECK: call {{.*}} @_Z3fooIiET_S0_
15 constexpr T
foo(T a
) {