view test/imag1.d @ 330:5bea8a1ef905 trunk

[svn r351] Remove unused runtime file for DMD-style exception handling. Improved comments on exception handling runtime.
author ChristianK
date Fri, 11 Jul 2008 20:23:42 +0200
parents b86e00b938a5
children
line wrap: on
line source

module imag1;

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