Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Import / expr-with-cleanups / test.cpp
blob79b76f414ecfae17cba5fe665b63191468f579d3
1 // RUN: clang-import-test -dump-ast -import %S/Inputs/S.cpp -expression %s | FileCheck %s
2 // CHECK: ExprWithCleanups
3 // CHECK-SAME: 'RAII'
4 // CHECK-NEXT: CXXBindTemporaryExpr
6 void expr() {
7 f();