diff nocompile/i/inout_01.d @ 1535:20d8ee6523e1

updated to DMD-1.013
author thomask
date Mon, 07 May 2007 05:19:57 +0000
parents b8c0195059d9
children
line wrap: on
line diff
--- a/nocompile/i/inout_01.d	Mon May 07 05:19:35 2007 +0000
+++ b/nocompile/i/inout_01.d	Mon May 07 05:19:57 2007 +0000
@@ -10,7 +10,7 @@
 
 module dstress.nocompile.i.inout_01;
 
-void test(inout byte i){
+void test(ref byte i){
 	i++;
 }