blob: 3384ce78d02c2bccf4ff08c6ff83bf409450adb9 [file] [log] [blame]
// { dg-do compile }
// { dg-options "-O -g -dA -gno-strict-dwarf" }
// { dg-final { scan-assembler-times " DW_AT_alignment" 1 } }
struct tt {
int i;
};
struct tt __attribute__((__aligned__(64))) t;