Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
debug
/
typedef1.C
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
;
};