diff nocompile/escape_hex_string_03.d @ 360:e38919011244

dif. fixes 3
author thomask
date Fri, 25 Mar 2005 05:22:21 +0000
parents 17cbb8970edc
children 36bedfa079e6
line wrap: on
line diff
--- a/nocompile/escape_hex_string_03.d	Fri Mar 25 05:15:43 2005 +0000
+++ b/nocompile/escape_hex_string_03.d	Fri Mar 25 05:22:21 2005 +0000
@@ -1,3 +1,11 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// __DSTRESS_ELINE__ 10
+
+module dstress.nocompile.escape_hex_string_03;
+
 int main(){
 	char[] string=x"1G";
 	return 0;