view lphobos/hello.d @ 1224:919fafcc505c

Copy alloca'd parameters referenced by nested functions to the nesting frame.
author Frits van Bommel <fvbommel wxs.nl>
date Sat, 18 Apr 2009 00:34:20 +0200
parents 373489eeaf90
children
line wrap: on
line source

module hello;

import std.stdio;

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