blob: b3f4a829a9ebae99f6d3b6dafe119fa03841b184 [file] [log] [blame]
Dan Gohmanf17a25c2007-07-18 16:29:46 +00001// RUN: %llvmgcc -S %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;