scc

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

commit dcaa2fe00e130bbfbbb1e278cd8b3308c2dfd1a9
parent 1ad229b4a8dc58eddc4b4880dd470e093d6d4433
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Mon,  1 Nov 2021 23:29:40 +0100

tests/cc: Enable 0121-localinit.c

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

diff --git a/tests/cc/execute/scc-tests.lst b/tests/cc/execute/scc-tests.lst @@ -111,7 +111,7 @@ 0118-voidmain.c 0119-macrostr.c 0120-funpar.c -0121-localinit.c [TODO] +0121-localinit.c 0122-localinit.c [TODO] 0123-doubleconst.c [TODO] 0124-enumstruct.c [TODO]