diff --git a/src/testsuite.in b/src/testsuite.in
index 82df86fadb2742818022349ffb7fcbac1cf15d83..5a1d923620f13ed5e089c0d925fd6e58b58fc23e 100644
--- a/src/testsuite.in
+++ b/src/testsuite.in
@@ -1,4 +1,4 @@
-test_true([["$Id: testsuite.in,v 1.290 2000/03/30 09:54:18 hubbe Exp $"]]);
+test_true([["$Id: testsuite.in,v 1.291 2000/03/30 19:43:01 grubba Exp $"]]);
 
 cond([[all_constants()->_verify_internals]],
 [[
@@ -130,6 +130,18 @@ test_compile_any([[
   mapping(int:string) foo = ([FOO: "foo"]);
 ]])
 
+test_compile_any([[
+  function(...:int) foo;
+]]);
+
+test_compile_any([[
+  function(,...:int) foo;
+]]);
+
+test_compile_any([[
+  function(string,...:int) foo;
+]]);
+
 test_any([[return class Z {
 string bonk() { return "oiff"; }