Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/cppinsights
/ foo
Function
foo
tests/StdArrayCrashWithLibStdCppTest.cpp:3–7 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
#include <array>
2
3
int foo()
4
{
5
std::array<int, 20> localArray{0};
6
return localArray[1];
7
}
8
9
int main()
10
{
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected