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

Function CTest3

IDE/mintest/src/cpp/sys.cpp:224–231  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

222int& gStaticValRef0 = gStaticVal0;
223
224__attribute__((always_inline))
225int CTest3(int iVal3)
226{
227 iVal3++;
228 if (iVal3 == 199)
229 return 4;
230 return 5;
231}
232
233__attribute__((always_inline))
234int CTest2(int iVal)

Callers 1

CTest2Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected