scc

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

commit 04f9f3d5db04a8ed64b0641378dbb1bab262f694
parent cbe5900b7f7672de347748050af87810393c2511
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Thu, 11 Nov 2021 17:54:25 +0100

tests/cc: Enable 0094-arrayinit.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 @@ -86,7 +86,7 @@ 0091-fptr.c 0092-fptr.c 0093-arrayinit.c -0094-arrayinit.c [TODO] +0094-arrayinit.c 0095-arrayselector.c 0096-inferredarraysize.c 0097-extern.c