view lphobos/hello.d @ 518:243485af6523

Prevent cast error for cast(void) around expression statements. Fixes: run/e/ExpressionStatement_10_A
author Christian Kamm <kamm incasoftware de>
date Sat, 16 Aug 2008 12:32:22 +0200
parents 373489eeaf90
children
line wrap: on
line source

module hello;

import std.stdio;

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