[clang] Implement lifetime analysis for lifetime_capture_by(X) (#115921)
[llvm-project.git] / clang / test / Modules / codegen-extern-template.cpp
blobd43dc14b9b5ee45ce67dcf8da66d1ac72b4a4bbd
1 // RUN: %clang_cc1 -triple=x86_64-linux-gnu -fmodules -fmodules-codegen -emit-module -fmodule-name=foo %S/Inputs/codegen-extern-template.modulemap -x c++ -o %t.pcm
2 // RUN: %clang_cc1 -triple x86_64-linux-gnu -fmodules -fmodule-file=%t.pcm %s -emit-llvm -o - | FileCheck %s
3 // expected-no-diagnostics
5 #include "codegen-extern-template.h"
7 template int foo<int>();
9 // CHECK: define weak_odr noundef i32 @_Z3fooIiET_v