blob: 69f53936782ae52ac7e6eedcad8eff60b7fcc7aa [file] [log] [blame]
// RUN: clang-cc -triple x86_64-apple-darwin9 -fobjc-gc -emit-llvm -o %t %s
@interface I
{
struct {
unsigned int d : 1;
} bitfield;
}
@end
@implementation I
@end