Sign in
gnu
/
gcc
/
a6d3012b274f38b20e2a57162106f625746af6c6
/
.
/
gcc
/
testsuite
/
gcc.dg
/
pr100790.c
blob: 31e0effdea26ec8fc9c8c61e12776e9797dd81ea [
file
] [
log
] [
blame
]
// { dg-do compile }
// { dg-options "-O2 -w" }
__builtin_clz
(
int
x
)
{
x
?
__builtin_clz
(
x
)
:
32
;
}