https://d.puremagic.com/issues/show_bug.cgi?id=12095



--- Comment #3 from Don <clugd...@yahoo.com.au> 2014-02-07 03:05:15 PST ---
In fact it doesn't even need a pointer. Looks pretty fundamental.

void bug12905( int a, int b )
{
    int e = 0;
    if (e)
       assert (a);
    else
       assert (b);
}

class Bug12095
{
    void fun(int k)  {
        bug12905(k, 1);
    }
}

void main()
{
    Bug12095 yy = new Bug12095;
    yy.fun(0);
}

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------

Reply via email to