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

Function f1

tests/StdInitializerListTest.cpp:10–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8}
9
10auto f1(int i)
11{
12 return std::initializer_list<int>{i};
13}
14
15
16int main(int argc, const char*[])

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected