summaryrefslogtreecommitdiffstats
path: root/test/CodeGenObjC/unname-bf-metadata.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGenObjC/unname-bf-metadata.m')
-rw-r--r--test/CodeGenObjC/unname-bf-metadata.m14
1 files changed, 14 insertions, 0 deletions
diff --git a/test/CodeGenObjC/unname-bf-metadata.m b/test/CodeGenObjC/unname-bf-metadata.m
new file mode 100644
index 0000000..a7636e4
--- /dev/null
+++ b/test/CodeGenObjC/unname-bf-metadata.m
@@ -0,0 +1,14 @@
+// RUN: clang-cc -fnext-runtime -emit-llvm -o %t %s
+// Test that meta-data for ivar lists with unnamed bitfield are generated.
+//
+@interface Foo {
+@private
+ int first;
+ int :1;
+ int third :1;
+ int :1;
+ int fifth :1;
+}
+@end
+@implementation Foo
+@end
OpenPOWER on IntegriCloud