1#import <Foundation/Foundation.h>
2
3#import "Test.h"
4
5@implementation Test
6- (void) doTest {
7 NSLog(@"-[Test doTest]");
8}
9@end
10
11

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