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

--- Comment #1 from Walter Bright <[email protected]> ---
Replacing `my_long` with `long` works:

  void fn2() { long x = (long) (fn1) (); }

--

Reply via email to