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