summaryrefslogtreecommitdiffstats
path: root/gnu/llvm/lldb/packages/Python/lldbsuite/test/lang/objc/conflicting-definition/TestExt/TestExt.h
blob: 243443c647b483294c16d18248964cb02435f494 (plain) (blame)
1
2
3
4
5
6
7
#import <TestExt/Foo.h>
#import <Test/Test.h>
struct CMTimeRange;

@interface Test (Stuff)
- (void)doSomethingElse: (CMTimeRange *)range_ptr;
@end