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

Function f

tests/TestOverload.cpp:142–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140const char *testOverloadOfAnForwardDeclaredFunction =
141"int f(int a);\r\n\
142int a = f(1);\r\n\
143float f(int a){ return a; }\r\n\
144int f(int a){ return 1; }\r\n\
145return a;";
146TEST_RESULT("Overload of a forward-declared function", testOverloadOfAnForwardDeclaredFunction, "1");

Callers 1

TestOverload.cppFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected