libcpp, c, middle-end: Optimize initializers using #embed in C
[official-gcc.git] / gcc / testsuite / gcc.dg / fold-ctz-1.c
blobdcc444cbbb6b66405ca0bec08e25c8a51c2c272a
1 /* { dg-do compile } */
2 /* { dg-options "-O2 -fdump-tree-optimized" } */
4 int foo(int x)
6 return __builtin_ctz (-x);
9 /* { dg-final { scan-tree-dump-not "-x_" "optimized"} } */