1 /* { dg-do compile } */
2 typedef int t;
3 typedef struct { double a; int b; } t; /* { dg-error "conflicting types" } */
4 t x; /* No warning here. */
5
1 /* { dg-do compile } */
2 typedef int t;
3 typedef struct { double a; int b; } t; /* { dg-error "conflicting types" } */
4 t x; /* No warning here. */
5