summaryrefslogtreecommitdiff
path: root/clang/test/Modules/Inputs/category_other.h
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Modules/Inputs/category_other.h')
-rw-r--r--clang/test/Modules/Inputs/category_other.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/clang/test/Modules/Inputs/category_other.h b/clang/test/Modules/Inputs/category_other.h
new file mode 100644
index 0000000..1bb5a91
--- /dev/null
+++ b/clang/test/Modules/Inputs/category_other.h
@@ -0,0 +1,6 @@
+@__experimental_modules_import category_top;
+
+@interface Foo(Other)
+-(void)other;
+@end
+