diff run/union_06.d @ 374:f87ba6507260

added missing meta-data
author thomask
date Thu, 31 Mar 2005 09:01:33 +0000
parents 9eec35fef572
children
line wrap: on
line diff
--- a/run/union_06.d	Thu Mar 31 08:59:14 2005 +0000
+++ b/run/union_06.d	Thu Mar 31 09:01:33 2005 +0000
@@ -1,3 +1,9 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+module dstress.run.union_06;
+
 union MyUnion{
 	short s;
 	byte b;