| 82 | auto RecallerPtr_ = Recaller;\r\n\ |
| 83 | auto Recaller2Ptr_ = Recaller2;\r\n\ |
| 84 | int inside(int a, b){ return a / b; }\r\n\ |
| 85 | int inside2(int a, b){ return RecallerPtr_(a, b); }\r\n\ |
| 86 | int test(int i)\r\n\ |
| 87 | {\r\n\ |
| 88 | return Recaller2Ptr_(24, 2) * i;\r\n\ |
no outgoing calls
no test coverage detected