Duncan Sands | bb8f590 | 2010-11-25 21:24:35 +0000 | [diff] [blame] | 1 | // RUN: %llvmgcc -S %s |
Duncan Sands | 557291c | 2008-10-30 21:13:11 +0000 | [diff] [blame] | 2 | // PR2987 |
3 | struct S2045 | ||||
4 | { | ||||
5 | unsigned short int a; | ||||
6 | union { } b; | ||||
7 | union __attribute__ ((aligned (4))) { } c[0]; | ||||
8 | }; | ||||
9 | struct S2045 s2045; |