[Issue 1576] Crash on const ref parameters

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Oct 13 11:34:46 PDT 2007


http://d.puremagic.com/issues/show_bug.cgi?id=1576





------- Comment #3 from spam at extrawurst.org  2007-10-13 13:34 -------
oh sorry there is even a smaller one:


void bar(ref const int _a) {
}

void main()
{
        int b=0;

        bar(b);
}


-- 



More information about the Digitalmars-d-bugs mailing list