comparison run/l/large_id_02_A.d @ 1560:36bedfa079e6

D1 -> D2 : 2/N
author thomask
date Sun, 19 Aug 2007 19:15:01 +0000
parents b46ea253c724
children
comparison
equal deleted inserted replaced
1559:ec5e144583ea 1560:36bedfa079e6
9 9
10 // the id is an extraction from slang-1.4.9-r1/slang.txt 10 // the id is an extraction from slang-1.4.9-r1/slang.txt
11 11
12 module dstress.run.l.large_id_02_A; 12 module dstress.run.l.large_id_02_A;
13 13
14 void bug(char[] msg)(){ 14 void bug(string msg)(){
15 if(442 != msg.length){ 15 if(442 != msg.length){
16 assert(0); 16 assert(0);
17 } 17 }
18 } 18 }
19 19