PR middle-end/85602 - -Wsizeof-pointer-memaccess for strncat with size of source
[official-gcc.git] / gcc / testsuite / gcc.dg / binop-notand2a.c
blob40613548ea83c0e2d6f92f2f7303dda400b7cd9a
1 /* { dg-do compile } */
2 /* { dg-options "-O2 -fdump-tree-optimized" } */
4 int
5 foo (int a)
7 return (!a & 1) != (a == 0);
10 /* { dg-final { scan-tree-dump-times "return 0" 1 "optimized" } } */