blob: d73442dca8b9c58c63b458c9a62b0d785ac2ff77 [file] [log] [blame]
Duncan Sandsbb8f5902010-11-25 21:24:35 +00001// RUN: %llvmgcc -S %s
Duncan Sands557291c2008-10-30 21:13:11 +00002// PR2987
3struct S2045
4{
5 unsigned short int a;
6 union { } b;
7 union __attribute__ ((aligned (4))) { } c[0];
8};
9struct S2045 s2045;