blob: 69f53936782ae52ac7e6eedcad8eff60b7fcc7aa [file] [log] [blame]
Anders Carlssone2c6baf2009-07-24 17:23:54 +00001// RUN: clang-cc -triple x86_64-apple-darwin9 -fobjc-gc -emit-llvm -o %t %s
2@interface I
3{
4 struct {
5 unsigned int d : 1;
6 } bitfield;
7}
8@end
9
10@implementation I
11@end
12