summaryrefslogtreecommitdiff
path: root/probe/HAVE___BUILTIN_CLZ
blob: 30a3b9721e24bd741442735f34437f9c0a78acc1 (plain)
1
2
3
4
unsigned x = -1;
int main(void) {
	return __builtin_clz(x);
}