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

Function main

docs/examples/braced-array-initialization.cpp:1–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1int main()
2{
3 // The compiler automatically fills the remaining
4 // fields with 0 thanks to braced initialization.
5 int arr[5]{2, 3, 4};
6}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected