PR middle-end/85602 - -Wsizeof-pointer-memaccess for strncat with size of source
[official-gcc.git] / gcc / testsuite / c-c++-common / pr84873.c
blob5eb8a8df81dd691e4d7a7a5b0311c8a53ded9a78
1 /* { dg-do compile } */
2 /* { dg-additional-options "-frounding-math" } */
4 int
5 i1 (int w3, int n9)
7 return w3 >> ((long int)(1 + 0.1) + -!n9);