MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / myfunction

Function myfunction

unittests/compiled_tests.cpp:817–820  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

815class Non_Poly_Base {};
816class Non_Poly_Derived : public Non_Poly_Base {};
817int myfunction(Non_Poly_Base *)
818{
819 return 2;
820}
821
822TEST_CASE("Test Derived->Base with non-polymorphic classes")
823{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected