Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
pr67106.c
blob: 2a003e56f2e021f5be3ffaf6d83d936a1962d641 [
file
] [
log
] [
blame
]
/* { dg-options "-g -fpack-struct" } */
typedef
struct
S S
;
struct
S
{
struct
{
S
*
s
;
};
int
a
;
};