Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/cppinsights
/ main
Function
main
tests/ClassOperatorHandler4Test.cpp:18–30 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
16
17
18
int main()
19
{
20
Foo f1{1};
21
Foo f2{2};
22
23
const bool b = f1 == f2;
24
25
if( b ) {
26
return 0;
27
} else {
28
return 1;
29
}
30
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected