| 26 | } |
| 27 | |
| 28 | enum class Ex { |
| 29 | None, |
| 30 | ParseBegin, |
| 31 | ParseWhileRunning, |
| 32 | InitialSuspend, |
| 33 | YieldValue, |
| 34 | GetReturnObject, |
| 35 | }; |
| 36 | |
| 37 | static Ex ex{Ex::None}; |
| 38 | static int rethrow = 1; |
nothing calls this directly
no outgoing calls
no test coverage detected