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

Function Fun2

tests/EduLifeTimeTest.cpp:63–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63int Fun2()
64{
65 Test t;
66 Test* t2;
67
68 int x = 2;
69
70 ++x;
71
72 if(x) {
73 Test y{};
74 return 3;
75 }
76
77 if(x % 2) {
78 return 3;
79 } else {
80 ++x;
81 }
82
83 ++x;
84
85 return 3;
86}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected