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