brintos

brintos / llvm-project-archived public Read only

0
0
Text · 186 B · f820a65 Raw
7 lines · plain
1// UNSUPPORTED: target={{.*}}-zos{{.*}}, target={{.*}}-aix{{.*}}2// RUN: clang-import-test -x objective-c++ -import %S/Inputs/S.m -expression %s3void expr() {4  C *c;5  int i = [c m];6}7