PR middle-end/85602 - -Wsizeof-pointer-memaccess for strncat with size of source
[official-gcc.git] / gcc / testsuite / gcc.dg / two-types-1.c
blob43d236b911cc5b447d3379b0c0d567887ae1a203
1 /* { dg-do compile } */
2 /* { dg-options "-std=gnu89" } // suppress default -pedantic-errors */
4 typedef int x, y;
5 x y z; /* { dg-error "" } */