1// RUN: clang-import-test -import %S/Inputs/I1.cpp -expression %s2 3void expr() {4 f(0);5}6 7int std = 17;8