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