Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/cppinsights
/ main
Function
main
tests/IfStmtHandler4Test.cpp:1–13 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
int main()
2
{
3
if(true) do {
4
} while(0);
5
else;
6
7
if(true) while(false) {};
8
9
if(true); else while(false) {};
10
11
12
if(true) if(false);
13
}
14
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected