1 2 3 4 5 6 7 8 9 10 11 12
// 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