blob: 3818e961c73d5a6237a1c6a2a91a0f70b6871f4c [file] [log] [blame]
// RUN: clang %s -emit-llvm -o %t
struct test {
unsigned a:1;
unsigned b:1;
};
struct test *t;