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

Function main

tests/ForStmtWithRefVarDeclTest.cpp:2–7  ·  view source on GitHub ↗

cmdlineinsights:-alt-syntax-for

Source from the content-addressed store, hash-verified

1// cmdlineinsights:-alt-syntax-for
2int main()
3{
4 int x{};
5
6 for(int& z=x, &y=z; true;) {}
7}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected