view test/f.d @ 224:116cc012409b trunk

[svn r240] do not crash on zero length constraints string
author ChristianK
date Fri, 06 Jun 2008 22:04:41 +0200
parents c53b6e3fe49a
children
line wrap: on
line source

module f;

struct S
{
    long l;
}

void main()
{
    S s;
}