aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/pr107805-2.c
blob: fa5fa4ce2733d32edf22345bd85ec24a6266393b (plain)
1
2
3
4
/* { 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" } */