ref: 23e14f1e2e794b38f95d71998d228c3050d2d0c8
parent: 4647857edbfea51d3d55f8a6d938d7430a86c71f
author: Roberto E. Vargas Caballero <k0ga@shike2.com>
date: Wed Jan 20 12:52:14 EST 2016
Add another form to test059 This form is totally stupid, but the standard requires it.
--- a/cc1/tests/test059.c
+++ b/cc1/tests/test059.c
@@ -29,5 +29,6 @@
char s0[] = "foo";
char s1[7] = "foo";
char s2[2] = "foo";
+char s3[] = {"foo"};
char *p = "foo";
int m[] = "foo";