blob: 82455358b9697d57a1c7a1be9d913711f3309941 [file] [log] [blame]
// PR debug/6436
// { dg-do compile }
typedef struct
{
unsigned int a0, a1;
} A __attribute__ ((aligned(8)));
typedef struct
{
A a;
} B;
struct C
{
B *bp;
};