diff tangotests/stdout1.d @ 150:2c336566ffed trunk

[svn r156] added a testcase for the most annoying bug ever
author lindquist
date Mon, 24 Mar 2008 20:05:44 +0100
parents
children d11848349f97
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tangotests/stdout1.d	Mon Mar 24 20:05:44 2008 +0100
@@ -0,0 +1,6 @@
+import tango.io.Stdout;
+
+void main()
+{
+    Stdout("Hello World").newline;
+}