Sign in
llvm
/
llvm-project
/
51a86e75ddf3eac3057c901bbe5e750dea62c7c1
/
.
/
clang
/
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
();
}