master hovercats/oakiss / probe / HAVE___BUILTIN_CLZ
1unsigned x = -1;
2int main(void) {
3	return __builtin_clz(x);
4}