scc

simple C compiler
git clone git://git.2f30.org/scc
Log | Files | Refs | README | LICENSE

commit 23e14f1e2e794b38f95d71998d228c3050d2d0c8
parent 4647857edbfea51d3d55f8a6d938d7430a86c71f
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Wed, 20 Jan 2016 17:52:14 +0100

Add another form to test059

This form is totally stupid, but the standard requires it.

Diffstat:
Mcc1/tests/test059.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/cc1/tests/test059.c b/cc1/tests/test059.c @@ -29,5 +29,6 @@ G9 P p char s0[] = "foo"; char s1[7] = "foo"; char s2[2] = "foo"; +char s3[] = {"foo"}; char *p = "foo"; int m[] = "foo";