view tests/mini/f.d @ 1086:56e364ba346c

Merging
author Kelly Wilson <wilsonk cpsc.ucalgary.ca>
date Tue, 10 Mar 2009 11:08:35 -0600
parents 1bb99290e03a
children
line wrap: on
line source

module f;

struct S
{
    long l;
}

void main()
{
    S s;
}