test.cpp 252 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 // RUN: clang-import-test -dump-ast -import %S/Inputs/S.cpp -expression %s | FileCheck %s // CHECK: CXXScalarValueInitExpr // CHECK-SAME: 'int' // CHECK: CXXScalarValueInitExpr // CHECK-SAME: 'float' void expr() { int i = si(); float f = sf(); }