MCPcopy Create free account
hub / github.com/JochenKalmbach/StackWalker / f

Function f

Main/StackWalker/main.cpp:227–232  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

225}
226
227int f(int i)
228{
229 if (i < 0)
230 return i;
231 return f(i + 1);
232}
233#endif // EXCEPTION_FILTER_TEST
234
235int _tmain(int argc, _TCHAR* argv[])

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected