Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/cppinsights
/ main
Function
main
tests/ChainedCastTest.cpp:1–5 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
int main()
2
{
3
int x{};
4
auto a = static_cast<unsigned int>(static_cast<unsigned short>(x));
5
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected