| 8560 | return __jakt_uninit_enum; |
| 8561 | } |
| 8562 | [[nodiscard]] AllowedControlExits AllowedControlExits::AtLoop(){ |
| 8563 | AllowedControlExits __jakt_uninit_enum; |
| 8564 | __jakt_uninit_enum.__jakt_variant_index = 3; |
| 8565 | return __jakt_uninit_enum; |
| 8566 | } |
| 8567 | AllowedControlExits& AllowedControlExits::operator=(AllowedControlExits const &rhs){ |
| 8568 | {VERIFY(this->__jakt_variant_index != 0 && rhs.__jakt_variant_index != 0); |
| 8569 | if (this->__jakt_variant_index != rhs.__jakt_variant_index) { |
nothing calls this directly
no outgoing calls
no test coverage detected