Target/X86: Tweak allocating shadow area (aka home) on Win64. It must be enough for...
[oota-llvm.git] / test / FrontendC / 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;