1// RUN: clang-import-test -x objective-c++ -import %S/Inputs/S.m -expression %s 2void expr() { 3 C *c; 4 int i = [c m]; 5} 6