view test/bug79.d @ 147:0636f6269dfd trunk

[svn r152] Relates to ticket #34. Always emit class definition if it is a template instance. Linkage still needs to be fixed.
author ChristianK
date Thu, 13 Mar 2008 18:37:52 +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;
}