view lphobos/hello.d @ 1100:b3a0cf072ed0

Fix an error in the ASM tables introduced by the recent fistp fixes. (There are only 3 fields for operands)
author Frits van Bommel <fvbommel wxs.nl>
date Thu, 12 Mar 2009 14:08:57 +0100
parents 373489eeaf90
children
line wrap: on
line source

module hello;

import std.stdio;

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