view tests/minicomplex/l.d @ 493:017ca8645a1f

Make llvmdc work with llvm 2.4svn revision 54614. Breaks compatibility with llvm 2.3.
author Christian Kamm <kamm incasoftware de>
date Sun, 10 Aug 2008 21:09:23 +0200
parents 1bb99290e03a
children eef8ac26c66c
line wrap: on
line source

import tango.io.Console;

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