scc

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

commit 537319fa232d4906aaf4a478bc9dcc5385c59483
parent edd52bacc2a7fa76d3f10153ff387128e306af25
Author: Roberto E. Vargas Caballero <k0ga@shike2.net>
Date:   Wed, 29 Apr 2026 13:21:53 +0200

tests/cc: Add 0271-struct

Diffstat:
Mtests/cc/execute/.gitignore | 1+
Mtests/cc/execute/scc-tests.lst | 1+
2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/tests/cc/execute/.gitignore b/tests/cc/execute/.gitignore @@ -3,3 +3,4 @@ tests.h tmp_*.c a.out 0270-union +0271-struct diff --git a/tests/cc/execute/scc-tests.lst b/tests/cc/execute/scc-tests.lst @@ -261,3 +261,4 @@ 0268-string.c 0269-extern.c 0270-union.c +0271-struct.c