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

Function main

tests/RangeForStmtHandler8Test.cpp:31–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29
30
31int main()
32{
33 A a;
34 for( const auto& it : a )
35 {
36 std::cout << it << std::endl;
37 }
38}
39

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected