comparison run/many_functions_01.d @ 374:f87ba6507260

added missing meta-data
author thomask
date Thu, 31 Mar 2005 09:01:33 +0000
parents 4cd33115f015
children
comparison
equal deleted inserted replaced
373:177ce8d13eac 374:f87ba6507260
2 // $Date$ 2 // $Date$
3 // $Author$ 3 // $Author$
4 4
5 // @author@ Daniel Horn <hellcatv@hotmail.com> 5 // @author@ Daniel Horn <hellcatv@hotmail.com>
6 // @date@ 2004-05-07 6 // @date@ 2004-05-07
7
8 module dstress.run.many_functions_01;
7 9
8 int main () { 10 int main () {
9 return 0; 11 return 0;
10 } 12 }
11 struct vec { 13 struct vec {