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