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

Function array

tests/TestIndirectCall.cpp:52–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50 int[3] arr;\r\n\
51 auto init(){ v.x = 4; v.y = 9; arr = { 12, 14, 17 }; }\r\n\
52 auto vec(){ return v; }\r\n\
53 auto array(){ return arr; }\r\n\
54 auto func(){ return auto(){ return *this; }; }\r\n\
55 auto func2(){ return auto(){ return this; }; }\r\n\
56}\r\n\

Callers 1

TestForEach.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected