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

Function Test

tests/IfStmtHandler3Test.cpp:1–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1int Test()
2{
3 int ret;
4 char buffer[2];
5
6 if( buffer[0] == '0' )
7 ret = 1;
8 else
9 ret = 2;
10
11
12 return ret;
13}
14
15int main()
16{

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected