view test/f.d @ 10:c0f2c47e5034 trunk

[svn r14] Forgot something stupid...y
author lindquist
date Mon, 01 Oct 2007 23:32:29 +0200
parents c53b6e3fe49a
children
line wrap: on
line source

module f;

struct S
{
    long l;
}

void main()
{
    S s;
}