Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
gcc.dg
/
pr107805-1.c
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. */