PR middle-end/85602 - -Wsizeof-pointer-memaccess for strncat with size of source
[official-gcc.git] / gcc / testsuite / gcc.dg / pr67312.c
blobf1c9fdedbd5191b3f3e7b6949011a6cdaf1afc4d
1 /* { dg-do compile } */
2 /* { dg-options "-O0 -ftree-coalesce-vars" } */
4 void foo (int x, int y)
6 y = x;