view test/bug79.d @ 310:d20cf0dec9c1 trunk

[svn r331] Fixed, forgot to default initialize the SynchronizedStatement enclosinghandler.
author lindquist
date Sat, 28 Jun 2008 11:50:28 +0200
parents 5825d48b27d1
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;
}