Daniel Dunbar | a572887 | 2009-12-15 20:14:24 +0000 | [diff] [blame] | 1 | // RUN: %clang_cc1 %s -emit-llvm -o %t |
Lauro Ramos Venancio | c0959fc | 2008-02-08 19:46:46 +0000 | [diff] [blame] | 2 | |
3 | struct test { | ||||
4 | unsigned a:1; | ||||
5 | unsigned b:1; | ||||
6 | }; | ||||
7 | |||||
8 | struct test *t; | ||||
9 |