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

Function Fun

tests/IfSwitchInitHandlerTest.cpp:21–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19
20
21void Fun()
22{
23 if(Open(); true) {}
24
25 switch(Open(); 1) {
26 default: break;
27 }
28}
29
30
31int main()

Callers

nothing calls this directly

Calls 1

OpenFunction · 0.70

Tested by

no test coverage detected