summaryrefslogtreecommitdiff
path: root/probe/HAVE___BUILTIN_CTZL
blob: 0a8afd39eb7a891eb526ecfd55c271f29f49e68a (plain)
1
2
3
4
unsigned long x = -1;
int main(void) {
	return __builtin_ctzl(x);
}