]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - test/Import/expr-with-cleanups/test.cpp
Vendor import of clang trunk r351319 (just before the release_80 branch
[FreeBSD/FreeBSD.git] / test / Import / expr-with-cleanups / test.cpp
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
5
6 void expr() {
7   f();
8 }