master hovercats/oakiss / probe / HAVE___BUILTIN_POPCOUNT
1unsigned x = 0;
2int main(void) {
3	return __builtin_popcount(x);
4}