blob: fa5fa4ce2733d32edf22345bd85ec24a6266393b [file] [log] [blame]
/* { dg-do compile } */
typedef int t;
typedef struct { double a; int b; } t; /* { dg-error "conflicting types" } */
t char x; /* { dg-error "two or more data types" } */