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

Function main

tests/FunctionTemplateDeclTest.cpp:15–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13};
14
15int main()
16{
17 Test<int> ti;
18 Test<char> tc;
19
20 ti = tc;
21
22 tc = ti;
23}
24

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected