view test/f.d @ 69:2b5a2eaa88be trunk

[svn r73] Identity expression for dynamic array and null was broken.
author lindquist
date Sun, 28 Oct 2007 04:23:38 +0100
parents c53b6e3fe49a
children
line wrap: on
line source

module f;

struct S
{
    long l;
}

void main()
{
    S s;
}