summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/two-types-1.c
blob: 43d236b911cc5b447d3379b0c0d567887ae1a203 (plain)
1
2
3
4
5
/* { dg-do compile } */
/* { dg-options "-std=gnu89" } // suppress default -pedantic-errors */

typedef int x, y;
x y z;			/* { dg-error "" } */