view tests/minicomplex/l.d @ 1302:a26b99b7e293

Translate fsub/fdiv correctly. See #256.
author Christian Kamm <kamm incasoftware de>
date Wed, 06 May 2009 18:08:44 +0200
parents eef8ac26c66c
children
line wrap: on
line source

import tango.io.Console;

void main()
{
    Cout("Hi, says LDC + Tango").newline;
}