aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.dg/two-types-1.c
blob: f6160aad1fc5a1e46884fd7a5c17f711892ff7de (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 "" "" } */