brintos

brintos / llvm-project-archived public Read only

0
0
Text · 171 B · 090a4eb Raw
9 lines · cpp
1// RUN: clang-import-test -dump-ast -import %S/Inputs/F.cpp -expression %s | FileCheck %s2 3// CHECK: CXXNoexceptExpr4// CHECK-NEXT: IntegerLiteral5 6void expr() {7  f();8}9