]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/gcc.dg/two-types-2.c
Update copyright years.
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / two-types-2.c
1 /* { dg-do compile } */
2 /* { dg-options "-std=gnu89" } // suppress default -pedantic-errors */
3
4 typedef int x, y;
5 x struct f z; /* { dg-error "two or more " } */