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

Function proxy

tests/TestClosures.cpp:66–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64\r\n\
65int global = 100;\r\n\
66int test(int a, int c){ return global + a * c; }\r\n\
67\r\n\
68int proxy(int a, int c, typeof(test) foo){ return foo(a, c); }\r\n\
69\r\n\
70auto fp = test;\r\n\
71int res1a, res1b, res1c, res1d;\r\n\

Callers 1

TestClosures.cppFile · 0.85

Calls 1

fooFunction · 0.70

Tested by

no test coverage detected