mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
2910af0010
```ruby p ((while true; p 1; break; end)) ``` should print `1 nil` but was `1`.