blob: 559b6a5586eb924990f238e884c776e56cda4020 [file] [log] [blame]
/* { dg-do compile } */
typedef int t;
typedef struct { double a; int b; } t; /* { dg-error "conflicting types" } */
t x; /* No warning here. */