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