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

Function main

tests/ClassOperatorHandler9Test.cpp:62–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62int main()
63{
64 vec_t vecA(4, 2);
65 vec_t vecB(6, 7);
66
67 vec_t res = Foo(vecA, vecB);
68
69 vecA + vecB;
70 vecA* vecB;
71}

Callers

nothing calls this directly

Calls 1

FooFunction · 0.70

Tested by

no test coverage detected