| 84 | } |
| 85 | |
| 86 | float some_fn(int value) { |
| 87 | template_fn<MyStruct>(value); |
| 88 | return value; |
| 89 | } |
| 90 | |
| 91 | // What we're testing here is different forms of function calls, including |
| 92 | // implicit and templated functions and constructors as well as destructors. |
no outgoing calls
no test coverage detected