summaryrefslogtreecommitdiffstats
path: root/test/CodeGenObjC/bitfield-ivar-metadata.m
blob: 542a2424caa1b4a3569f87bb55b3e5bd09ac502d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// RUN: clang-cc -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