libcpp, c, middle-end: Optimize initializers using #embed in C
[official-gcc.git] / gcc / testsuite / gcc.dg / pr107805-1.c
blob559b6a5586eb924990f238e884c776e56cda4020
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. */