view test/f.d @ 46:6a54b832369a trunk

[svn r50]
author lindquist
date Fri, 19 Oct 2007 16:37:34 +0200
parents c53b6e3fe49a
children
line wrap: on
line source

module f;

struct S
{
    long l;
}

void main()
{
    S s;
}