scc

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

commit 2fce6e43311cb950e011d55071753683e3b10585
parent 503d25805f0acbcb9bcef3641ddcc1f63d143788
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Wed,  1 Mar 2023 18:20:53 +0100

test/cc: Fix 0034-eof.c

The test had an additional error masked by a previous
error in scc.

Diffstat:
Mtests/cc/error/0034-eof.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/cc/error/0034-eof.c b/tests/cc/error/0034-eof.c @@ -7,4 +7,4 @@ int main() { int *p; - p = 3; + p = 0;