scc

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

commit 2822a9f75ecd345b724be923c48097233ee5b0f1
parent cc73304e37fdd77cd1148a6971374f16b4cbe17c
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