comparison nocompile/invariant_07.d @ 1559:ec5e144583ea

D1 -> D2 : 1/N
author thomask
date Sun, 19 Aug 2007 19:11:54 +0000
parents f87ba6507260
children
comparison
equal deleted inserted replaced
1558:d40d75fcd5c5 1559:ec5e144583ea
10 10
11 int test() 11 int test()
12 body{ 12 body{
13 return 0; 13 return 0;
14 } 14 }
15 invariant{ 15 invariant(){
16 assert(0); 16 assert(0);
17 } 17 }
18 18
19 int main(){ 19 int main(){
20 return test(); 20 return test();