On 02/12/2013 04:01 PM, Andrea Fontana wrote:
> class A
> {
> auto foo()
> out(result){}
> body { return 42; }
> }
>
> void main(string[] args) { }
>
> if you replace "auto" with "int" it works...
Compiler bug:
$ dmd deneme.d
Segmentation fault
Please report it at
http://d.puremagic.com/issues/
Thank you,
Ali