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

Function foobar

tests/TestClosures.cpp:101–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99res3b = fp3(2, 4);\r\n\
100res3c = proxy(2, 5, cls.test);\r\n\
101res3d = proxy(2, 6, fp3);\r\n\
102\r\n\
103int foobar(int ref(int[3]) f) { int[3] x; x = {5, 6, 7}; return f(x); }\r\n\
104int result;\r\n\
105{\r\n\
106 int local1 = 5, local2 = 2;\r\n\

Callers

nothing calls this directly

Calls 1

fFunction · 0.70

Tested by

no test coverage detected