blob: fc69e58ed3cf9594c908e4acfed85240b142786f [file] [log] [blame]
Daniel Dunbard7d5f022009-03-24 02:24:46 +00001// RUN: clang-cc %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