| 29 | } |
| 30 | |
| 31 | int function_issue_7_regression(int& i) { |
| 32 | return i; |
| 33 | } |
| 34 | |
| 35 | /// The following code does not compile on |
| 36 | /// MSVC version 19.12.25830.2 (Visual Studio 2017 15.5.1): |
nothing calls this directly
no outgoing calls
no test coverage detected