From 9847f11c57556b20cd91766d81ec3d0e85b04d30 Mon Sep 17 00:00:00 2001
From: Martin Stjernholm <mast@lysator.liu.se>
Date: Sat, 27 Nov 1999 15:48:25 +0100
Subject: [PATCH] Some strange type bug..

Rev: src/testsuite.in:1.241
---
 src/testsuite.in | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/src/testsuite.in b/src/testsuite.in
index 90ec04df58..05437a07cb 100644
--- a/src/testsuite.in
+++ b/src/testsuite.in
@@ -1,4 +1,4 @@
-test_true([["$Id: testsuite.in,v 1.240 1999/11/27 13:59:17 mast Exp $"]]);
+test_true([["$Id: testsuite.in,v 1.241 1999/11/27 14:48:25 mast Exp $"]]);
 
 cond([[all_constants()->_verify_internals]],
 [[
@@ -80,6 +80,11 @@ test_any([[function(:string)|function(mixed, mixed ...:int) f;
 	  return typeof(f(1)); ]],
 	 "int")
 
+test_compile_any([[
+  constant FOO = 0;
+  mapping(int:string) foo = ([FOO: "foo"]);
+]])
+
 test_any([[return class Z {
 string bonk() { return "oiff"; }
 
-- 
GitLab