view tests/mini/compile_bug305.d @ 1573:3a08f5e2553b

Fixed iretq problem reported by wilkie of the XomB project
author Kelly Wilson <wilsonk cpsc.ucalgary.ca>
date Mon, 17 Aug 2009 13:42:19 -0600
parents e2cf1f67ca33
children
line wrap: on
line source

module bug305;

class E {
    void A() {
        alias E m;
    }
}