scc

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

commit 3e016769c93ccdc375685e39104566c4af72fb05
parent 1ed44578b72977cb0498ad16fcc51ef7d1f31786
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Thu,  4 Nov 2021 15:29:45 +0100

tests/cc: Enable 0133-ftn-ptr.c

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

diff --git a/tests/cc/execute/0133-ftn-ptr.c b/tests/cc/execute/0133-ftn-ptr.c @@ -1,7 +1,7 @@ int foo(void) { - return 42; + return 0; } int diff --git a/tests/cc/execute/scc-tests.lst b/tests/cc/execute/scc-tests.lst @@ -123,7 +123,7 @@ 0130-mulpars.c 0131-hello.c 0132-forward.c -0133-ftn-ptr.c [TODO] +0133-ftn-ptr.c 0134-arith.c [TODO] 0135-unary.c 0136-if.c