view tests/mini/f.d @ 539:795e972e17ce

Made a small mistake in the Tango patch
author Tomas Lindquist Olsen <tomas.l.olsen@gmail.com>
date Sun, 24 Aug 2008 17:11:02 +0200
parents 1bb99290e03a
children
line wrap: on
line source

module f;

struct S
{
    long l;
}

void main()
{
    S s;
}