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

Function main

04.12-assertImpl0/main.cpp:4–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2// SPDX-License-Identifier: MIT
3
4int main()
5{
6#ifdef NDEBUG
7# define assert(condition) ((void)0)
8#else
9# define assert(condition) /*implementation defined*/
10#endif
11}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected