]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/gcc.dg/pr100790.c
Update copyright years.
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / pr100790.c
1 // { dg-do compile }
2 // { dg-options "-O2 -w" }
3
4 __builtin_clz(int x) { x ? __builtin_clz(x) : 32; }