PR middle-end/85602 - -Wsizeof-pointer-memaccess for strncat with size of source
[official-gcc.git] / gcc / testsuite / gcc.dg / Wconversion-4.c
blobddd19879fd4eae72fe33aa83b62243247e54227a
1 /* { dg-do compile } */
2 /* { dg-options "-O2" } */
4 unsigned f(unsigned a) { return a + -1; }