1 // RUN: clang-import-test --import %S/Inputs/S1.cpp --import %S/Inputs/S2.cpp -expression %s 2 void expr() { 3 struct F f; 4 int x = f.a; 5 } 6