scc

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

commit c538239b1b853339787f7cef424f328d6569c761
parent 1804f4d6850b475b6cbd3e065b7e7c8562b4afc2
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