From 52fd8de56a8a12201c1e6188e1f34d28c3d3398d Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Wed, 3 May 2017 20:26:55 +0000 Subject: Vendor import of lldb trunk r302069: https://llvm.org/svn/llvm-project/lldb/trunk@302069 --- .../test/lang/objc/conflicting-definition/Test/Test.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 packages/Python/lldbsuite/test/lang/objc/conflicting-definition/Test/Test.h (limited to 'packages/Python/lldbsuite/test/lang/objc/conflicting-definition/Test/Test.h') diff --git a/packages/Python/lldbsuite/test/lang/objc/conflicting-definition/Test/Test.h b/packages/Python/lldbsuite/test/lang/objc/conflicting-definition/Test/Test.h new file mode 100644 index 000000000000..73928c5fb0da --- /dev/null +++ b/packages/Python/lldbsuite/test/lang/objc/conflicting-definition/Test/Test.h @@ -0,0 +1,10 @@ +#import +#import + +@interface Test : NSObject { +@public + CMTimeRange _range; +} +- (void) doTest; +@end + -- cgit v1.2.3