1 // PR debug/43010
2 // { dg-do compile }
3 // { dg-options "-g -femit-struct-debug-baseonly" }
4 # 1 "foo.C"
5 # 1 "bar.h" 1
6 typedef struct { int i; } S __attribute__((aligned));
7 typedef struct { struct { int i; } j; } T __attribute__((aligned));
8 # 1 "foo.C" 2
9