view tangotests/l.d @ 231:61aa721a6b7f trunk

[svn r247] fixed accessing global symbols from inline asm.
author lindquist
date Sun, 08 Jun 2008 01:07:58 +0200
parents 0ab29b838084
children
line wrap: on
line source

import tango.io.Console;

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