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

Function main

tests/DelegatingCtorTest.cpp:19–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17};
18
19int main()
20{
21 Foo<int> f{1,2};
22 Foo<int> f2{1};
23
24 Bar<char> b{1};
25}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected