Changes between Initial Version and Version 1 of Ticket #195, comment 1
- Timestamp:
- Nov 5, 2020, 8:36:34 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #195, comment 1
initial v1 6 6 7 7 A current repro attempt got this behaviour, which is not what the ticket description says: 8 {{{ 8 9 i = foo(); // calls foo2, which crashes 9 10 &j = foo(); // never reached 11 }}}