MCPcopy Create free account
hub / github.com/WheretIB/nullc / foo

Function foo

tests/TestCoroutine.cpp:325–325  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

323"coroutine int foo();\r\n\
324int a = foo();\r\n\
325coroutine int foo(){ yield 1; return 2; }\r\n\
326return a + foo();";
327TEST_RESULT("Coroutine prototype", testCorountinePrototype, "3");
328

Callers 1

TestCoroutine.cppFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected