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

Function wrap

tests/TestVarargs.cpp:110–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108 for(i in args)\r\n\
109 r += int(i);\r\n\
110 return r;\r\n\
111}\r\n\
112int wrap(auto ref[] args){ return sum(args); }\r\n\
113auto foo = sum;\r\n\
114\r\n\
115int a = sum(1);\r\n\

Callers 1

TestVarargs.cppFile · 0.85

Calls 1

sumFunction · 0.70

Tested by

no test coverage detected