D - [dmd crash] on recursive alias
- Manfred Nowak (9/9) Mar 04 2004 dmd crashes on the following code:
dmd crashes on the following code: alias myfunc delegate(uint) myfunc; void main(){ myfunc fr; myfunc f(uint num){ return fr; } } So long.
Mar 04 2004