[clang] Implement lifetime analysis for lifetime_capture_by(X) (#115921)
[llvm-project.git] / clang / test / Import / template / test.cpp
blob89cbda8b92fb23873e9104bc7226158fa144ab95
1 // RUN: clang-import-test -import %S/Inputs/T.cpp -expression %s
2 void expr() {
3 A<int>::B b;