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

Method print

unittests/compiled_tests.cpp:835–838  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

833struct TestCppVariableScope
834{
835 void print()
836 {
837 std::cout << "Printed" << std::endl;
838 }
839};
840
841TEST_CASE("Variable Scope When Calling From C++")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected