blob: 79b76f414ecfae17cba5fe665b63191468f579d3 (
plain)
1
2
3
4
5
6
7
8
|
// 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();
}
|