scc

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

commit 1ed44578b72977cb0498ad16fcc51ef7d1f31786
parent 2351a8a49137ea7ad30b9b30007cd1c5d51dc67c
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Thu,  4 Nov 2021 15:27:58 +0100

tests/cc: Enable 0132-forward.c

Diffstat:
Mtests/cc/execute/0132-forward.c | 2+-
Mtests/cc/execute/scc-tests.lst | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/cc/execute/0132-forward.c b/tests/cc/execute/0132-forward.c @@ -17,5 +17,5 @@ main(void) for (n = 0, p = &y; p; ++n, p = p->next) ; - return n; + return n-1; } diff --git a/tests/cc/execute/scc-tests.lst b/tests/cc/execute/scc-tests.lst @@ -122,7 +122,7 @@ 0129-initi.c [TODO] 0130-mulpars.c 0131-hello.c -0132-forward.c [TODO] +0132-forward.c 0133-ftn-ptr.c [TODO] 0134-arith.c [TODO] 0135-unary.c