Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/cppinsights
/ main
Function
main
tests/ImplicitValueInitExpr2Test.cpp:4–10 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2
3
4
int main()
5
{
6
// check that clamp works and we only initialize the first 100 elements.
7
std::array<int, 100000> arr{};
8
9
char buffer[100000]{};
10
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected