scc

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

commit 1dc74da8fc35b5c6ad9ccebf452014dfe760b869
parent 70699a9dcf662cc905022afff40ff0f72b83846d
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Thu, 11 Nov 2021 08:38:40 +0100

tests/cc: Enable 0139-ptr-ary.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 @@ -129,7 +129,7 @@ 0136-if.c 0137-int-cast.c [TODO] 0138-namespace.c -0139-ptr-ary.c [TODO] +0139-ptr-ary.c 0140-int-fold.c 0141-int-iden.c 0142-char-const.c