blob: b3f4a829a9ebae99f6d3b6dafe119fa03841b184 [file] [log] [blame]
// RUN: %llvmgcc -S %s -o /dev/null
// This is a testcase for PR461
typedef struct {
unsigned min_align: 1;
unsigned : 1;
} addr_diff_vec_flags;
addr_diff_vec_flags X;