comparison run/bug_cg87_279_B.d @ 1559:ec5e144583ea

D1 -> D2 : 1/N
author thomask
date Sun, 19 Aug 2007 19:11:54 +0000
parents b8c0195059d9
children
comparison
equal deleted inserted replaced
1558:d40d75fcd5c5 1559:ec5e144583ea
19 } 19 }
20 20
21 int main(){ 21 int main(){
22 x=2; 22 x=2;
23 bar(); 23 bar();
24 assert(x==-2); 24 if(-2 != x){
25 assert(0);
26 }
25 return 0; 27 return 0;
26 } 28 }