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

Function main

tests/EduCfrontTestCopyAssign.cpp:21–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19};
20
21int main()
22{
23 Apple a{};
24 Apple b{6};
25
26 b = a;
27}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected