MCPcopy Create free account
hub / github.com/andreasfertig/cppinsights / ctz

Function ctz

tests/Issue354.cpp:1–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1unsigned __attribute__((const))
2ctz(unsigned x)
3{
4 return 0;
5}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected