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

Function main

tests/EduLifeTimeTest8.cpp:8–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6}
7
8int main()
9{
10 const int& cref = Fun(42);
11
12 int x = cref;
13 return cref;
14}

Callers

nothing calls this directly

Calls 1

FunFunction · 0.70

Tested by

no test coverage detected