mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-03-04 03:23:14 +01:00
[svn r26] * Fixed templates defining a constant value
* Fixed problem with slice-slice copy assignment if a side was a temporary slice
This commit is contained in:
8
test/stdiotest.d
Normal file
8
test/stdiotest.d
Normal file
@@ -0,0 +1,8 @@
|
||||
module stdiotest;
|
||||
|
||||
import std.stdio;
|
||||
|
||||
void main()
|
||||
{
|
||||
writefln("hello world",42,'x');
|
||||
}
|
||||
Reference in New Issue
Block a user