blob: 19e8f496105c98032fdb9413b38ea7fbb1e2eb02 [file] [log] [blame]
/* { dg-do compile ) */
/* { dg-options "-O0 -gctf -dA" } */
typedef struct my_int
{
int upper;
int lower;
struct bitmask
{
int flags;
} my_mask;
} my_int_t;
my_int_t mit;