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