view tests/mini/f.d @ 783:d268bf419a09

hgignore updates for CMake.
author Christian Kamm <kamm incasoftware de>
date Sat, 22 Nov 2008 21:11:26 +0100
parents 1bb99290e03a
children
line wrap: on
line source

module f;

struct S
{
    long l;
}

void main()
{
    S s;
}