HAVE___BUILTIN_POPCOUNT (66B)
1 unsigned x = 0; 2 int main(void) { 3 return __builtin_popcount(x); 4 }