scc

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

commit 59bd5c1817e75e8f3c072c444958516691d75b6a
parent c863f70762d5c00224431259e92b0eb5114b2b61
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Sat, 18 Jun 2022 09:22:28 +0200

tests/cc: Enable 0179-sizeof.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 @@ -169,7 +169,7 @@ 0176-macro.c 0177-literal.c [TODO] 0178-include.c -0179-sizeof.c [TODO] +0179-sizeof.c 0180-incomplete.c 0181-stringize.c 0182-voidcast.c