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