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

Function main

tests/InitializerList2Test.cpp:9–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7};
8
9int main()
10{
11 Foo f{1};
12 Foo f2{1, true};
13 Foo f3{1, true, 4};
14}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected