summaryrefslogtreecommitdiff
path: root/clang/test/Modules/Inputs/category_top.h
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Modules/Inputs/category_top.h')
-rw-r--r--clang/test/Modules/Inputs/category_top.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/clang/test/Modules/Inputs/category_top.h b/clang/test/Modules/Inputs/category_top.h
new file mode 100644
index 0000000..c9558b6
--- /dev/null
+++ b/clang/test/Modules/Inputs/category_top.h
@@ -0,0 +1,14 @@
+@interface Foo
+@end
+
+@interface Foo(Top)
+-(void)top;
+@end
+
+@interface Foo(Top2)
+-(void)top2;
+@end
+
+@interface Foo(Top3)
+-(void)top3;
+@end