2018-05-15 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / gcc.dg / two-types-2.c
blob0fffae53fd8453cbdd7cee0a9773106206b64817
1 /* { dg-do compile } */
2 /* { dg-options "-std=gnu89" } // suppress default -pedantic-errors */
4 typedef int x, y;
5 x struct f z; /* { dg-error "two or more " } */