Sign in
llvm
/
clang
/
40a1cfa0b13160d82f688daa7fbab9f249679617
/
.
/
test
/
Import
/
expr-with-cleanups
/
test.cpp
blob: 79b76f414ecfae17cba5fe665b63191468f579d3 [
file
] [
log
] [
blame
]
// RUN: clang-import-test -dump-ast -import %S/Inputs/S.cpp -expression %s | FileCheck %s
// CHECK: ExprWithCleanups
// CHECK-SAME: 'RAII'
// CHECK-NEXT: CXXBindTemporaryExpr
void
expr
()
{
f
();
}