view lphobos/hello.d @ 1427:087dafe5262a

Make sure complex -> integral casts are not used when casting to bool. Error instead of assert on unimplemented cast.
author Christian Kamm <kamm incasoftware de>
date Thu, 28 May 2009 21:45:14 +0200
parents 373489eeaf90
children
line wrap: on
line source

module hello;

import std.stdio;

void main() { writefln("Hello World"); }