blob: a6af2a5744113d7f569f38eebc1d7fed286febb7 [file] [log] [blame]
Eric Christopher3883e662011-07-26 22:17:02 +00001// RUN: %clang_cc1 -emit-llvm %s -o /dev/null
2// This is a testcase for PR461
3typedef struct {
4 unsigned min_align: 1;
5 unsigned : 1;
6} addr_diff_vec_flags;
7
8addr_diff_vec_flags X;