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

Function main

tests/ClassOperatorHandler7Test.cpp:46–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44
45
46int main()
47{
48
49 foo<int>();
50 foo<int*>();
51
52 foo2<int>();
53}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected