Fix for PR1567, which involves a weird bug on non-32bit architectures and silly C...
[oota-llvm.git] / test / CFrontend / 2007-03-26-ZeroWidthBitfield.c
1 // RUN: %llvmgcc %s -S -o -
2 struct Z { int :0; } z;