| 148 | int[] __newA(int size, int count, int type);\r\n\ |
| 149 | auto ref duplicate(auto ref obj);\r\n\ |
| 150 | void __duplicate_array(auto[] ref dst, auto[] src);\r\n\ |
| 151 | auto[] duplicate(auto[] arr){ auto[] r; __duplicate_array(&r, arr); return r; }\r\n\ |
| 152 | auto ref replace(auto ref l, r);\r\n\ |
| 153 | void swap(auto ref l, r);\r\n\ |
| 154 | int equal(auto ref l, r);\r\n\ |
no test coverage detected