view test/imag1.d @ 83:339422268de1 trunk

[svn r87] Fixed some memory bloat when passing string literals as char[] params (double temporary before)
author lindquist
date Fri, 02 Nov 2007 02:03:13 +0100
parents b86e00b938a5
children
line wrap: on
line source

module imag1;

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