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

Function main

tests/EduLifeTimeTest12.cpp:8–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6struct S { int mi; const std::pair<int,int>& mp; };
7
8int main()
9{
10 S a { 1, {2,3} };
11 S* p = new S{ 1, {2,3} };
12}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected