[clang] Implement lifetime analysis for lifetime_capture_by(X) (#115921)
[llvm-project.git] / clang / test / Import / local-struct / test.cpp
blob1e838477a0072513955292273669e77bac051f3b
1 // RUN: clang-import-test -dump-ir -import %S/Inputs/Callee.cpp -expression %s | FileCheck %s
2 // CHECK: %struct.S = type { i
3 // CHECK: %struct.S.0 = type { i
5 void foo() {
6 return Bar().bar(3, true);