Fix parsing of substring refs in coarrays. [PR51815]
[official-gcc.git] / gcc / testsuite / g++.dg / debug / dwarf2 / align-3.C
blob32cb390de82375dcf799c796aff0cb6d98119752
1 // { dg-do compile }
2 // { dg-options "-O -g -dA -gno-strict-dwarf" }
3 // { dg-final { scan-assembler-times " DW_AT_alignment" 1 } }
5 typedef int int_t;
6 typedef int_t __attribute__((__aligned__(64))) i_t;
7 i_t i;