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