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

Function main

tests/InitalizerListTest.cpp:3–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1#include <vector>
2
3int main(){
4 std::vector<int> myVec{1,2,3,4,5,6,7,8,9};
5
6 myVec={1,2,3,4,5,6,7,8,9};
7
8}
9

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected