comparison run/reverse_04.d @ 374:f87ba6507260

added missing meta-data
author thomask
date Thu, 31 Mar 2005 09:01:33 +0000
parents 1ed6616fe905
children
comparison
equal deleted inserted replaced
373:177ce8d13eac 374:f87ba6507260
1 // $HeadURL$
2 // $Date$
3 // $Author$
4
5 module dstress.run.reverse_04;
6
1 int main(){ 7 int main(){
2 byte a[]; 8 byte a[];
3 a.length=3; 9 a.length=3;
4 a[0]=3; 10 a[0]=3;
5 a[1]=9; 11 a[1]=9;