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

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