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