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

Function main2

tests/TemporaryHandler2Test.cpp:79–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77Foo return_foo() { return {}; }
78
79int main2()
80{
81 const Base &b {return_foo()};
82
83 return 2;
84}
85
86struct S {
87 S() { } // User defined constructor makes S non-POD.

Callers

nothing calls this directly

Calls 1

return_fooFunction · 0.85

Tested by

no test coverage detected