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

Walter Bright <[email protected]> changed:

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

--- Comment #1 from Walter Bright <[email protected]> ---
Even worse:

  typedef int (myfunc)();
  myfunc fun;

fails with "Error: variable `test.fun` cannot be declared to be a function"

--

Reply via email to