[clang] Implement lifetime analysis for lifetime_capture_by(X) (#115921)
[llvm-project.git] / clang / test / Import / do-stmt / test.cpp
blob8b1057dae65b2dbf500d4957e3d86c55bb28a31d
1 // RUN: clang-import-test -dump-ast -import %S/Inputs/F.cpp -expression %s | FileCheck %s
3 // CHECK: DoStmt
4 // CHECK-NEXT: NullStmt
5 // CHECK-NEXT: CXXBoolLiteralExpr
6 // CHECK-SAME: true
8 // CHECK: DoStmt
9 // CHECK-NEXT: CompoundStmt
10 // CHECK-NEXT: CXXBoolLiteralExpr
11 // CHECK-SAME: false
13 void expr() {
14 f();