summaryrefslogtreecommitdiff
path: root/probe/HAVE___BUILTIN_POPCOUNT
blob: 0ec4e65601fffba4ef144a422968eb32402372fc (plain)
1
2
3
4
unsigned x = 0;
int main(void) {
	return __builtin_popcount(x);
}