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

Function main

tests/RangeForStmtHandler5Test.cpp:12–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10
11
12int main() {
13 MyArrayWrapper arr;
14 for(int i: arr) {
15
16 }
17
18}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected