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

typedef int x, y;
x struct f z; /* { dg-error "two or more " } */