view suite/dwarfdebug/dwarf1/lib.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 lib;

void lib_func()
{
    int* p;
    *p = 666;
}