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

Function funcA

tests/Issue726.cpp:34–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32 using promise_type = P;
33};
34R funcA(){
35 std::cout<<"funcA_1\n";
36 co_return;
37 std::cout<<"funcA_2\n";
38}
39int main()
40{
41 funcA().data.resume();

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected