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

Function main

03.04-twoStepUsing0/main.cpp:34–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32#endif
33
34int main()
35{
36#ifdef WILL_NOT_COMPILE
37 Container c{};
38
39 Use(c);
40#endif
41}

Callers

nothing calls this directly

Calls 1

UseFunction · 0.70

Tested by

no test coverage detected