PR middle-end/85602 - -Wsizeof-pointer-memaccess for strncat with size of source
[official-gcc.git] / gcc / testsuite / gcc.dg / pr26961-1.c
blob56907d89d47aececb657827247e5b0a3e8035f23
1 /* { dg-do compile } */
2 /* { dg-options "-O2" } */
4 long long foo(int i, int j)
6 return i ? (long long)(!j) : 0;