summaryrefslogtreecommitdiffstats
path: root/clang/test/Import/do-stmt/test.cpp
blob: 8b1057dae65b2dbf500d4957e3d86c55bb28a31d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// RUN: clang-import-test -dump-ast -import %S/Inputs/F.cpp -expression %s | FileCheck %s

// CHECK: DoStmt
// CHECK-NEXT: NullStmt
// CHECK-NEXT: CXXBoolLiteralExpr
// CHECK-SAME: true

// CHECK: DoStmt
// CHECK-NEXT: CompoundStmt
// CHECK-NEXT: CXXBoolLiteralExpr
// CHECK-SAME: false

void expr() {
  f();
}
OpenPOWER on IntegriCloud