1 // PR 1332
2 // RUN: %clang_cc1 %s -emit-llvm -o /dev/null
3 
4 struct Z { int a:1; int :0; int c:1; } z;
5