scc

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

commit 961ee6c2ea156ff13f4dc54ddde5f1e9e4cffe35
parent 5cc95d70ec0a2797cc70e3900f0cb4e18e0c9adf
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Wed, 16 Oct 2024 17:16:47 +0200

tests/cc: Update 0018-voidparam

After the commit be306281 this test has new detected errors.

Diffstat:
Mtests/cc/error/0018-voidparam.c | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/tests/cc/error/0018-voidparam.c b/tests/cc/error/0018-voidparam.c @@ -1,6 +1,9 @@ /* PATTERN: +0018-voidparam.c:9: error: 'void' must be the only parameter +0018-voidparam.c:15: error: 'void' must be the only parameter 0018-voidparam.c:27: error: a named argument is requiered before '...' +0018-voidparam.c:27: error: 'void' must be the only parameter . */