MCPcopy Create free account
hub / github.com/andreasfertig/programming-with-cpp20 / main

Function main

10.13-assert1/main.cpp:22–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20}
21
22int main()
23{
24 // #C A call to Assert with information of Use
25 Assert(1 != 2, "Not met");
26}

Callers

nothing calls this directly

Calls 1

AssertFunction · 0.70

Tested by

no test coverage detected