Trying that again.
[oota-llvm.git] / test / CFrontend / 2007-03-26-BitfieldAfterZeroWidth.c
1 // RUN: %llvmgcc %s -S -o -
2 struct W {};
3 struct Y {
4   struct W w;
5   int i:1;
6 } __attribute__ ((packed)) y;