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