https://issues.dlang.org/show_bug.cgi?id=21868

Walter Bright <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #5 from Walter Bright <[email protected]> ---
Minimized test case:

  ref int test(ref scope return int* p)
  {
     return *p;
  }

--

Reply via email to