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

Function Foo

tests/TestGeneric.cpp:1247–1249  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1245{\r\n\
1246 int y;\r\n\
1247 int boo(generic x){ return x * y; }\r\n\
1248\r\n\
1249 void Foo(int n){ y = n; }\r\n\
1250}\r\n\
1251auto ref[2] arr;\r\n\
1252arr[0] = new Foo(20);\r\n\

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected