scc

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

commit fddf43508290bc39144364d09e641f3bba7ef095
parent 720db27ed2d65d714ad11f96b3368c7a83b2ac11
Author: Roberto E. Vargas Caballero <k0ga@shike2.net>
Date:   Tue, 12 May 2026 09:32:04 +0200

tests/cc: Add 0041-iconst to the test list

Diffstat:
Mtests/cc/error/scc-tests.lst | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/tests/cc/error/scc-tests.lst b/tests/cc/error/scc-tests.lst @@ -38,3 +38,4 @@ 0038-void.c 0039-struct.c 0040-vararg.c +0041-iconst.c