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