Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/programming-with-cpp20
/ main
Function
main
10.11-assert0/main.cpp:30–33 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
// caller
29
30
int main()
31
{
32
ASSERT(1 != 2,
"Not met"
);
33
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected