libcpp, c, middle-end: Optimize initializers using #embed in C
[official-gcc.git] / gcc / testsuite / gcc.dg / binop-notand7.c
blobc2bb6a0449d3d8817fb63716ed31cbdbad1ac4a0
1 /* { dg-do compile } */
2 /* { dg-options "-O2 -fdump-tree-optimized" } */
3 /* PR tree-optimization/111431 */
5 int
6 foo (int a)
8 int b = !a;
9 return (a & b);
12 /* { dg-final { scan-tree-dump-times "return 0" 1 "optimized" } } */