view tests/mini/phobos/bug79.d @ 883:b52d5de7783f

GC defines and linkage changes.
author Christian Kamm <kamm incasoftware de>
date Thu, 08 Jan 2009 18:20:02 +0100
parents fc098100ecc7
children
line wrap: on
line source

module bug79;
import std.c.linux.linux;
void main()
{
    timespec ts; 
    ts.tv_nsec -= 1;
    //auto t = ts.tv_nsec - 1;
    //t -= 1;
}