scc

simple c99 compiler
git clone git://git.simple-cc.org/scc
Log | Files | Refs | Submodules | README | LICENSE

commit e84be8cc9a4291a6ebde4616bfa722be98318fe8
parent c53798181f2f28ee1e22c4761b0e7d3694be193f
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Sun, 31 Oct 2021 15:31:25 +0100

tests/cc: Add test for escapes in macros

Diffstat:
Mtests/cc/execute/scc-tests.lst | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/tests/cc/execute/scc-tests.lst b/tests/cc/execute/scc-tests.lst @@ -1,3 +1,4 @@ +0184-esc-macro.c 0001-sanity.c 0002-expr.c 0003-local.c @@ -174,3 +175,4 @@ 0181-stringize.c [TODO] 0182-voidcast.c [TODO] 0183-negenum.c +0184-esc-macro.c