[clang] Implement lifetime analysis for lifetime_capture_by(X) (#115921)
[llvm-project.git] / clang / test / Modules / Inputs / module-transtive-instantiation / bar.cppm
blob63cd595a642dc4669bcf3f4d5ea891f95ba7119d
1 export module bar;
2 import Templ;
3 export template<class T>
4 int bar() {
5     return G<T>()();