March 04, 2004 [dmd crash] on recursive alias | ||||
---|---|---|---|---|
| ||||
dmd crashes on the following code: alias myfunc delegate(uint) myfunc; void main(){ myfunc fr; myfunc f(uint num){ return fr; } } So long. |
Copyright © 1999-2021 by the D Language Foundation
March 04, 2004 [dmd crash] on recursive alias | ||||
---|---|---|---|---|
| ||||
dmd crashes on the following code: alias myfunc delegate(uint) myfunc; void main(){ myfunc fr; myfunc f(uint num){ return fr; } } So long. |