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