mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-07-10 01:14:09 +02:00
[svn r362] Started merging the old 'test' dir as well as the newer 'tangotests' dir into 'tests/mini' and 'tests/minicomplex'.
This commit is contained in:
9
tests/mini/bug79.d
Normal file
9
tests/mini/bug79.d
Normal file
@@ -0,0 +1,9 @@
|
||||
module bug79;
|
||||
import std.c.linux.linux;
|
||||
void main()
|
||||
{
|
||||
timespec ts;
|
||||
ts.tv_nsec -= 1;
|
||||
//auto t = ts.tv_nsec - 1;
|
||||
//t -= 1;
|
||||
}
|
||||
Reference in New Issue
Block a user