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

Function main

tests/GotoTest.cpp:1–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1int main()
2{
3 int i = 10;
4
5 if( true ) {
6 goto end;
7
8 return 2;
9
10end:
11 return 3;
12 }
13
14
15 return 1;
16}
17

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected