view test/imag1.d @ 288:ba4e4298009a trunk

[svn r309] Remove the large dstress test result files from svn repository.
author ChristianK
date Sat, 21 Jun 2008 14:06:00 +0200
parents b86e00b938a5
children
line wrap: on
line source

module imag1;

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