view tests/mini/bug78.d @ 1639:41145d30acb8

Merge.
author Christian Kamm <kamm incasoftware de>
date Mon, 08 Mar 2010 20:09:18 +0100
parents 1bb99290e03a
children
line wrap: on
line source

module bug78;

void main()
{
    typedef int int_t = 42;
    int_t i;
    assert(i == int_t.init);
}