diff run/associative_array_12.d @ 397:56431d0f252e

bypas dmd-0.120's problems with real->complex
author thomask
date Wed, 06 Apr 2005 20:54:40 +0000
parents 2e7e260384a4
children b8c0195059d9
line wrap: on
line diff
--- a/run/associative_array_12.d	Wed Apr 06 20:41:13 2005 +0000
+++ b/run/associative_array_12.d	Wed Apr 06 20:54:40 2005 +0000
@@ -10,8 +10,8 @@
 
 int main() {
 	int[cfloat] x;
-	cfloat d=22;
+	cfloat d=22.0f+0.0fi;
 	x[d] = 44;
 	assert( x[d] == 44 );
 	return 0;
-}
\ No newline at end of file
+}