comparison run/do_while_01.d @ 374:f87ba6507260

added missing meta-data
author thomask
date Thu, 31 Mar 2005 09:01:33 +0000
parents 3414705c41ac
children
comparison
equal deleted inserted replaced
373:177ce8d13eac 374:f87ba6507260
1 // $HeadURL$
2 // $Date$
3 // $Author$
4
5 module dstress.run.do_while_01;
1 6
2 int main(){ 7 int main(){
3 int test=10; 8 int test=10;
4 assert(test==10); 9 assert(test==10);
5 do{ 10 do{