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

Function foo

tests/TestClasses.cpp:617–619  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

615{\r\n\
616 const int a = 5;\r\n\
617 const int b = a + 5;\r\n\
618}\r\n\
619int Foo:foo(){ return a * b; }\r\n\
620Foo m;\r\n\
621return m.foo();";
622TEST_RESULT("Class constants 4", testClassConstants4, "50");

Callers 1

TestClasses.cppFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected