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

Function main

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

Source from the content-addressed store, hash-verified

8void DangerousFunc(const A&) {}
9
10int main()
11{
12 DangerousFunc(static_cast<A>(B{}));
13}

Callers

nothing calls this directly

Calls 1

DangerousFuncFunction · 0.85

Tested by

no test coverage detected