From e435e7dfb15f0b21cabec58fa5c719afa5024d46 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net>
Date: Mon, 28 Feb 2000 19:17:54 -0800
Subject: [PATCH] more tests for preprocessor

Rev: src/testsuite.in:1.279
---
 src/testsuite.in | 14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)

diff --git a/src/testsuite.in b/src/testsuite.in
index 551b62047c..98a9f3acf0 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; * /  /* */
-- 
GitLab