scc

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

commit b4858c061f83268b7624e8d412b5283cc9c4ba7e
parent 7d9377555e840e495a210b50151c915c269f8dc9
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]