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

Function test

tests/TemporaryHandler2Test.cpp:90–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88 ~S() { } // User defined destructor makes it non-trivial.
89};
90void test() {
91 const S &s_ref = S(); // Requires a CXXBindTemporaryExpr.
92}
93

Callers

nothing calls this directly

Calls 1

SClass · 0.70

Tested by

no test coverage detected