MCPcopy Create free account
hub / github.com/boostorg/build / main

Function main

test/prebuilt/hello.cpp:12–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10#include <a.h>
11
12int main()
13{
14 #ifdef RELEASE
15 release();
16 #else
17 debug();
18 #endif
19 return 0;
20}

Callers

nothing calls this directly

Calls 2

releaseFunction · 0.85
debugFunction · 0.50

Tested by

no test coverage detected