| 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; |
| 9 |
| 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; |
| 9 |