Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/cppinsights
/ main
Function
main
tests/RangeForStmtHandlerCpp14Test.cpp:3–9 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
// cmdline:-std=c++14
2
3
int main()
4
{
5
char arr[]{2,4,6};
6
7
for(char c : arr) {
8
}
9
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected