From f7d68ac801fd0119e8517cdd3cfd6a0f27327fa2 Mon Sep 17 00:00:00 2001 From: Dave Beazley Date: Fri, 7 Mar 2003 16:11:13 +0000 Subject: [PATCH] More tests added git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4453 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- SWIG/Examples/test-suite/preproc_5.i | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/SWIG/Examples/test-suite/preproc_5.i b/SWIG/Examples/test-suite/preproc_5.i index bc49a50cc..27f0ad6b3 100644 --- a/SWIG/Examples/test-suite/preproc_5.i +++ b/SWIG/Examples/test-suite/preproc_5.i @@ -34,3 +34,15 @@ %constant int d = xcat(xcat(1,2),3); +#define C1\ +"hello" + +#define C2 +#define C3 C2 + +#define ALONG_\ +NAME 42 + +#define C4"Hello" + +