1// 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 13