diff run/associative_array_14.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 0728e025bd4b
line wrap: on
line diff
--- a/run/associative_array_14.d	Wed Apr 06 20:41:13 2005 +0000
+++ b/run/associative_array_14.d	Wed Apr 06 20:54:40 2005 +0000
@@ -10,8 +10,8 @@
 
 int main() {
 	int[creal] x;
-	creal d=22;
+	creal d=22.0L+0.0L;
 	x[d] = 44;
 	assert( x[d] == 44 );
 	return 0;
-}
\ No newline at end of file
+}