blob: 2a003e56f2e021f5be3ffaf6d83d936a1962d641 [file] [log] [blame]
/* { dg-options "-g -fpack-struct" } */
typedef struct S S;
struct S
{
struct
{
S *s;
};
int a;
};