view test/imag1.d @ 73:b706170e24a9 trunk

[svn r77] Fixed foreach on slice. Fixed some nested function problems when accessing outer function parameters. Major changes to handling of structs. Initial support for unions. Probably more...
author lindquist
date Wed, 31 Oct 2007 03:11:32 +0100
parents b86e00b938a5
children
line wrap: on
line source

module imag1;

void main()
{
    ifloat f = 1.0i;
    auto x = 2.0i*f;
}