view test/bug79.d @ 135:176bd52b3cf5 trunk

[svn r139] Fixed bug #33, thanks for the report :)
author lindquist
date Mon, 14 Jan 2008 23:09:55 +0100
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;
}