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

Function main

tests/ClassTest.cpp:60–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58};
59
60int main()
61{
62 Test t(2);
63
64
65 t = 3 *2;
66
67 Test tt(4);
68
69 t += tt * 2;
70
71}
72

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected