| 52 | } |
| 53 | |
| 54 | enum class TestError { |
| 55 | Success, |
| 56 | FailedToOpenInput, |
| 57 | FailedToRecompile, |
| 58 | UnknownStructType, |
| 59 | DataDifference |
| 60 | }; |
| 61 | |
| 62 | struct TestStats { |
| 63 | TestError error; |
nothing calls this directly
no outgoing calls
no test coverage detected