scc

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

commit 73ffb3c11a40c8734b7a35c4ee47b815a1b7f73c
parent 5ccd563163fe28d3bc20407895a97af850641c37
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Thu, 11 Nov 2021 19:09:15 +0100

tests/cc: Enable 0124-enumstruct.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 @@ -114,7 +114,7 @@ 0121-localinit.c 0122-localinit.c 0123-doubleconst.c [TODO] -0124-enumstruct.c [TODO] +0124-enumstruct.c 0125-fundcl.c 0126-macropar.c [TODO] 0127-doublecte.c [TODO]