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