diff run/struct_initialization_03.d @ 374:f87ba6507260

added missing meta-data
author thomask
date Thu, 31 Mar 2005 09:01:33 +0000
parents 4d64fb56f885
children
line wrap: on
line diff
--- a/run/struct_initialization_03.d	Thu Mar 31 08:59:14 2005 +0000
+++ b/run/struct_initialization_03.d	Thu Mar 31 09:01:33 2005 +0000
@@ -1,3 +1,9 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+module dstress.run.struct_initialization_03;
+
 struct MyStruct{
 	int a;
 	int b;