scc

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

commit 40c38052a3f66ee50d55d848b57f7d7d7a97a547
parent f44fbcce4e21d09d787dfbfe0d202a7454a2b65f
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Sun, 10 Jan 2016 09:18:54 +0100

Update output of test040

Diffstat:
Mcc1/tests/test040.c | 8+++++++-
1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/cc1/tests/test040.c b/cc1/tests/test040.c @@ -2,11 +2,17 @@ name: TEST040 description: Test for bug parsing typenames in struct definition output: -test040.c:24: error: unexpected 'List' F8 I G9 F8 main { \ +S2 List +M4 I len +M6 P head +M7 P back +A10 S2 List + r A10 M4 .I +} */ typedef struct List List;