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