[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / clang / test / Import / objc-method / test.m
blobf820a6552d3205a2cbcd39be7cab180b69651f1d
1 // UNSUPPORTED: target={{.*}}-zos{{.*}}, target={{.*}}-aix{{.*}}
2 // RUN: clang-import-test -x objective-c++ -import %S/Inputs/S.m -expression %s
3 void expr() {
4   C *c;
5   int i = [c m];