aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/pr100790.c
blob: 31e0effdea26ec8fc9c8c61e12776e9797dd81ea (plain)
1
2
3
4
// { dg-do compile }
// { dg-options "-O2 -w" }

__builtin_clz(int x) { x ? __builtin_clz(x) : 32; }