1#import <Test/Test.h>
2#import <TestExt/TestExt.h>
3
4int main() {
5 @autoreleasepool {
6 Test *test = [[Test alloc] init];
7 [test doSomethingElse:&test->_range];
8 }
9}
10
11

source code of lldb/test/API/lang/objc/conflicting-definition/main.m