summaryrefslogtreecommitdiffstats
path: root/test/CodeGenObjC/no-category-class.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGenObjC/no-category-class.m')
-rw-r--r--test/CodeGenObjC/no-category-class.m8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/CodeGenObjC/no-category-class.m b/test/CodeGenObjC/no-category-class.m
new file mode 100644
index 0000000..34bf603
--- /dev/null
+++ b/test/CodeGenObjC/no-category-class.m
@@ -0,0 +1,8 @@
+// RUN: clang-cc -triple x86_64-unknown-unknown -emit-llvm -o %t %s
+
+@interface NSObject
+@end
+
+@implementation NSObject(IBXLIFFIntegration)
+@end
+
OpenPOWER on IntegriCloud