view test/forwdecl.d @ 13:3d1d98329fa7 trunk

[svn r17] changed the llvmdc.conf to use dmd.conf style values. hardcoding my home dir is obviously not the best idea...
author lindquist
date Tue, 02 Oct 2007 21:28:57 +0200
parents c53b6e3fe49a
children
line wrap: on
line source

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

void main()
{
    S s;
}