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" + +