view test/structinit2.d @ 8:5e69b77a5c51 trunk

[svn r12] fixed accessing aggregate fields of aggregates removed some useless branches for successive scopes ala {}{}{}
author lindquist
date Thu, 27 Sep 2007 06:03:06 +0200
parents c53b6e3fe49a
children ee302fe07296
line wrap: on
line source

module structinit2;

struct Imp
{
    int i;
    long l;
    float f;
}