blob: 9ab3fef302671a167b1ee032583ba7096962005c [file] [log] [blame]
Shih-wei Liaoea285162010-06-04 12:34:56 -07001// RUN: %clang_cc1 -emit-llvm -o %t %s
2
3@interface INTF
4{
5 unsigned ivar1;
6 unsigned ivar2;
7 unsigned char BDIVAR3:1;
8 unsigned char BDIVAR4:1;
9}
10@end
11
12@implementation INTF
13@end
14
15