| Eric Christopher | 3883e66 | 2011-07-26 22:17:02 +0000 | [diff] [blame] | 1 | // RUN: %clang_cc1 -emit-llvm %s -o /dev/null |
| 2 | // This is a testcase for PR461 | ||||
| 3 | typedef struct { | ||||
| 4 | unsigned min_align: 1; | ||||
| 5 | unsigned : 1; | ||||
| 6 | } addr_diff_vec_flags; | ||||
| 7 | |||||
| 8 | addr_diff_vec_flags X; | ||||