diff --git a/src/testsuite.in b/src/testsuite.in
index 551b62047c0ed5d457032c78814b5fcda720bd0b..98a9f3acf0aeb7d031f1f06ecb4a854d04b214da 100644
--- a/src/testsuite.in
+++ b/src/testsuite.in
@@ -1,5 +1,5 @@
 dnl -*- Pike -*-
-test_true([["$Id: testsuite.in,v 1.278 2000/02/15 22:06:23 hubbe Exp $"]]);
+test_true([["$Id: testsuite.in,v 1.279 2000/02/29 03:17:54 hubbe Exp $"]]);
 
 cond([[all_constants()->_verify_internals]],
 [[
@@ -2823,6 +2823,18 @@ test_compile_error([[
 FOO
 ]])
 
+test_any([[
+#define FOOa(X) (X)
+return FOOa(2);
+]],2)
+
+test_any([[
+#define FOOa(X) \
+(X)
+return FOOa(2);
+]],2)
+
+
 // /* */
 test_any([[
 /* return 99; * /  /* */