[Issue 1415] gdc crash

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Sep 2 06:41:20 PDT 2007


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





------- Comment #1 from baryluk at mpi.int.pl  2007-09-02 08:41 -------
Simpler example.

module bug;

class X {
        char[] name;
        static void a() {
                assert(name is null);
        }
}

void main() {
}


-- 



More information about the D.gnu mailing list