scc

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

commit b6a4308de39e33c29986ebbce01f883ce9fd72af
parent b655b713cf6cb7abb87ef704b3dc24f91d7b2b3e
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Sat, 30 Oct 2021 19:39:24 +0200

tests/cc: Add tests for casts to void

These test cases were not tested at all.

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

diff --git a/tests/cc/execute/scc-tests.lst b/tests/cc/execute/scc-tests.lst @@ -172,3 +172,4 @@ 0179-sizeof.c [TODO] 0180-incomplete.c 0181-stringize.c [TODO] +0182-voidcast.c [TODO]