view test/forwdecl.d @ 214:629cfc1e7b77 trunk

[svn r230] Added vararg3 sample tangotest.
author lindquist
date Fri, 30 May 2008 19:32:56 +0200
parents c53b6e3fe49a
children
line wrap: on
line source

struct S
{
    S* s;
    S** ss;
    S*[4] s4;
}

void main()
{
    S s;
}