summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenObjC/bitfield-ivar-metadata.m
blob: c73fa6717f194f3b51d2a16f84a855c6c53b1d80 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// RUN: clang -fnext-runtime -emit-llvm -o %t %s

@interface INTF
{
    unsigned ivar1;
    unsigned ivar2;
    unsigned char BDIVAR3:1;
    unsigned char BDIVAR4:1;
}
@end

@implementation INTF
@end


OpenPOWER on IntegriCloud