| 1265 | "auto average(generic ref(int) f)\r\n\ |
| 1266 | {\r\n\ |
| 1267 | return f(6);\r\n\ |
| 1268 | }\r\n\ |
| 1269 | auto f(int x){ return x * 1.5; }\r\n\ |
| 1270 | return int(average(f));"; |
| 1271 | TEST_RESULT("specialization for function pointer", testGeneric93, "9"); |
| 1272 |
no outgoing calls
no test coverage detected