blob: 3818e961c73d5a6237a1c6a2a91a0f70b6871f4c [file] [log] [blame]
Daniel Dunbar2d6ca8d2008-08-21 02:51:29 +00001// RUN: clang %s -emit-llvm -o %t
Lauro Ramos Venancioc0959fc2008-02-08 19:46:46 +00002
3struct test {
4 unsigned a:1;
5 unsigned b:1;
6};
7
8struct test *t;
9