Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/cppinsights
/ main
Function
main
tests/ImplicitCast3Test.cpp:3–10 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
#define HELLO 0x2
2
3
int main()
4
{
5
unsigned int x = 0x03;
6
7
if( x & HELLO ) {}
8
9
if( (x & HELLO) == HELLO) {}
10
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected