1*30e0c43cSRaphael Isemann // RUN: clang-import-test -import %S/Inputs/F.cpp -expression %s expr()2*30e0c43cSRaphael Isemann void expr() { 3*30e0c43cSRaphael Isemann X X1; 4*30e0c43cSRaphael Isemann Y Y1 = X1; 5*30e0c43cSRaphael Isemann } 6