1 /* { dg-do compile )  */
2 /* { dg-options "-O0 -gctf -dA" } */
3 
4 typedef struct my_int
5 {
6   int upper;
7   int lower;
8   struct bitmask
9     {
10       int flags;
11     } my_mask;
12 } my_int_t;
13 
14 my_int_t mit;
15