diff run/a/auto_10_A.d @ 756:9a121126b077

major "Torture" review
author thomask
date Sat, 03 Dec 2005 22:19:07 +0000
parents 9a2158064fdd
children 7e8e5013a030
line wrap: on
line diff
--- a/run/a/auto_10_A.d	Sun Nov 27 09:50:46 2005 +0000
+++ b/run/a/auto_10_A.d	Sat Dec 03 22:19:07 2005 +0000
@@ -1,13 +1,13 @@
-// $HeadURL: svn://dstress.kuehne.cn/run/c/creal_26_B.d $
-// $Date: 2005-06-01 15:02:35 +0200 (Wed, 01 Jun 2005) $
-// $Author: thomask $
-
-module dstress.run.c.auto_10_A;
-
-int main(){
-	auto x = 4.0;
-	
-	assert(typeid(typeof(x)).toString() == "double");
-	
-	return 0;
-}
+// $HeadURL$
+// $Date$
+// $Author$
+
+module dstress.run.c.auto_10_A;
+
+int main(){
+	auto x = 4.0;
+	
+	assert(typeid(typeof(x)).toString() == "double");
+	
+	return 0;
+}