comparison run/bug_cgcs_353_B.d @ 1559:ec5e144583ea

D1 -> D2 : 1/N
author thomask
date Sun, 19 Aug 2007 19:11:54 +0000
parents 52c9e86b6486
children
comparison
equal deleted inserted replaced
1558:d40d75fcd5c5 1559:ec5e144583ea
7 // @uri@ news:ctf9mg$1ieg$1@digitaldaemon.com 7 // @uri@ news:ctf9mg$1ieg$1@digitaldaemon.com
8 // @uri@ nntp://news.digitalmars.com/digitalmars.D/15319 8 // @uri@ nntp://news.digitalmars.com/digitalmars.D/15319
9 9
10 module dstress.run.bug_cgcs_353_B; 10 module dstress.run.bug_cgcs_353_B;
11 11
12 int main(char[][]args){ 12 int main(string[] args){
13 delete args[0..0]; 13 delete args[0..0];
14 return 0; 14 return 0;
15 } 15 }