view tangotests/l.d @ 247:56199753e637 trunk

[svn r264] Fixed debug info for global variables.
author lindquist
date Mon, 09 Jun 2008 17:49:30 +0200
parents 0ab29b838084
children
line wrap: on
line source

import tango.io.Console;

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