scc

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

commit f53e048d3a57eeee135e2d8aa3cd72b7f3dc2711
parent 7735bfe47ab7d15202ea8aeb24f477b70c12914b
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