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

Method C

tests/Issue233.cpp:3–3  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1struct C {
2 int &i;
3 C() = default;
4 C(C const&) = default;
5};
6

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected