scc

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

commit 9deb75fddd4c40777de3cebec427704e2509a55f
parent 1576c7ed09232d87b805f3e6a9d077ebbf3a6fc9
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Wed, 26 Oct 2022 22:12:18 +0200

test/cc: Fix error/0021-void.c

Diffstat:
Mtests/cc/error/0021-void.c | 6++++++
Mtests/cc/error/scc-tests.lst | 2+-
2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/tests/cc/error/0021-void.c b/tests/cc/error/0021-void.c @@ -1,3 +1,9 @@ +/* +PATTERN: +0021-void.c:12: error: bad type conversion requested +. +*/ + int main(void) { diff --git a/tests/cc/error/scc-tests.lst b/tests/cc/error/scc-tests.lst @@ -18,7 +18,7 @@ 0018-voidparam.c 0019-kr_names.c 0020-storage.c -0021-void.c [TODO] +0021-void.c 0022-cpp-if.c [TODO] 0023-include.c [TODO] 0024-lvale-cast.c [TODO]