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

Function main

tests/FunctionTemplateDecl2Test.cpp:14–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12};
13
14int main()
15{
16 Test ti;
17 Test tc;
18
19 ti = 2;
20
21 tc = 'a';
22}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected