PR middle-end/77357 - strlen of constant strings not folded
[official-gcc.git] / gcc / testsuite / gcc.dg / binop-notand1.c
blob7a56aa6128e1500b69e876dd6b7cdd5a5697b5d2
1 /* { dg-do compile } */
2 /* { dg-options "-O2 -fdump-tree-optimized" } */
4 int
5 foo (int a, int b)
7 return (a & !a) | (b & !b);
10 /* { dg-final { scan-tree-dump-times "return 0" 1 "optimized" } } */