mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-22 17:11:07 -05:00
5 lines
70 B
C++
5 lines
70 B
C++
int main() {
|
|
uint8 i = 0;
|
|
std::countr_one(i);
|
|
return 0;
|
|
}
|