summaryrefslogtreecommitdiff
path: root/clang/test/Modules/Inputs/category_left.h
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Modules/Inputs/category_left.h')
-rw-r--r--clang/test/Modules/Inputs/category_left.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/clang/test/Modules/Inputs/category_left.h b/clang/test/Modules/Inputs/category_left.h
new file mode 100644
index 0000000..736fa43
--- /dev/null
+++ b/clang/test/Modules/Inputs/category_left.h
@@ -0,0 +1,15 @@
+@__experimental_modules_import category_top;
+
+@interface Foo(Left)
+-(void)left;
+@end
+
+@interface LeftFoo
+-(void)left;
+@end
+
+@interface Foo(Duplicate)
+@end
+
+@interface Foo(Duplicate)
+@end