view suite/dwarfdebug/dwarf1/app.d @ 164:a64becf2a702 trunk

[svn r180] Fixed complex negation, and tango.math.Math now compiles.
author lindquist
date Mon, 05 May 2008 20:28:59 +0200
parents 0ab29b838084
children
line wrap: on
line source

module app;
import lib;

void func()
{
    lib_func();
}

void main()
{
    func();
}