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

Function main

tests/CompilerGeneratedHandler2Test.cpp:28–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26
27
28int main()
29{
30 C c{};
31
32 C c2 = c;
33 C c3 = std::move(c);
34
35
36}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected