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

Function sum

tests/TestGC.cpp:140–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138class A\r\n\
139{\r\n\
140 int x, y;\r\n\
141 int sum(){ return x + y; }\r\n\
142}\r\n\
143auto a = new A;\r\n\
144a.x = 4;\r\n\

Callers 5

wrapFunction · 0.70
TestVarargs.cppFile · 0.70
TestScope.cppFile · 0.70

Calls 1

autoFunction · 0.70

Tested by

no test coverage detected