MCPcopy Create free account
hub / github.com/beefytech/Beef / CTest2

Function CTest2

IDE/mintest/src/cpp/sys.cpp:233–241  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

231}
232
233__attribute__((always_inline))
234int CTest2(int iVal)
235{
236 int iVal2 = iVal + CTest3(iVal);
237 if (iVal2 == 99)
238 return 343;
239 iVal2++;
240 return iVal2;
241}
242
243void IRef(int& i)
244{

Callers 1

CPPSTestMethod · 0.85

Calls 1

CTest3Function · 0.85

Tested by

no test coverage detected