test.cpp 171 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 // RUN: clang-import-test -dump-ast -import %S/Inputs/F.cpp -expression %s | FileCheck %s // CHECK: CXXNoexceptExpr // CHECK-NEXT: IntegerLiteral void expr() { f(); }