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

Function main

tests/Issue102.cpp:79–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77}
78
79int main() {
80 std::cout << test(200) << std::endl;
81 std::cout << test("RR") << std::endl; // because const char*
82 std::cout << test(std::string{"ARR"}) << std::endl;
83 return 0;
84}
85

Callers

nothing calls this directly

Calls 1

testFunction · 0.70

Tested by

no test coverage detected