When removing a function from the function set and adding it to deferred, we
[llvm.git] / test / FrontendC / 2008-10-30-ZeroPlacement.c
blobd73442dca8b9c58c63b458c9a62b0d785ac2ff77
1 // RUN: %llvmgcc -S %s
2 // PR2987
3 struct S2045
5 unsigned short int a;
6 union { } b;
7 union __attribute__ ((aligned (4))) { } c[0];
8 };
9 struct S2045 s2045;