Changes between Initial Version and Version 1 of Ticket #195, comment 1


Ignore:
Timestamp:
Nov 5, 2020, 8:36:34 PM (5 years ago)
Author:
mlbrooks

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #195, comment 1

    initial v1  
    66
    77A current repro attempt got this behaviour, which is not what the ticket description says:
     8{{{
    89    i = foo();   // calls foo2, which crashes
    910    &j = foo();  // never reached
     11}}}