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

Function main

tests/ClassCallTest.cpp:27–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25};
26
27int main() {
28 Foo foo(10);
29 Bar bar(10, 5);
30
31 printf( "%d %d %d\n", foo.Mul(2),
32 bar.Sum(), bar.Mul(3) );
33}
34

Callers

nothing calls this directly

Calls 2

MulMethod · 0.80
SumMethod · 0.80

Tested by

no test coverage detected