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