MCPcopy 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
3int foo()
4{
5 std::array<int, 20> localArray{0};
6 return localArray[1];
7}
8
9int main()
10{

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected