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

Function print

tests/TestImplicitArray.cpp:5–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3const char *testArrPtr =
4"// Implicit pointers to arrays\r\n\
5int sum(int[] arr){ int res=0; for(int i=0;i<arr.size;i++) res+=arr[i]; return res; }\r\n\
6void print(char[] str){ 1; } \r\n\
7\r\n\
8int[7] u=0;\r\n\
9int[] k = u;\r\n\

Callers 3

TestVarargs.cppFile · 0.85
printMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected