summaryrefslogtreecommitdiff
path: root/clang/test/Modules/Inputs/category_bottom.h
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Modules/Inputs/category_bottom.h')
-rw-r--r--clang/test/Modules/Inputs/category_bottom.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/clang/test/Modules/Inputs/category_bottom.h b/clang/test/Modules/Inputs/category_bottom.h
new file mode 100644
index 0000000..b53d9c3
--- /dev/null
+++ b/clang/test/Modules/Inputs/category_bottom.h
@@ -0,0 +1,11 @@
+@__experimental_modules_import category_left;
+
+@interface Foo(Bottom)
+-(void)bottom;
+@end
+
+@__experimental_modules_import category_right;
+
+@interface LeftFoo(Bottom)
+-(void)bottom;
+@end