MCPcopy Create free account
hub / github.com/andreasfertig/cppinsights / main

Function main

tests/usingConstructorTest.cpp:22–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20
21
22int main()
23{
24 Bar bar0{100.0};
25 Bar bar1(100.0);
26
27 Bar bar2(1);
28
29 Bla bla(1);
30}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected