modernc.org/cc@v1.0.1/testdata/issue80.c (about)

     1  char s[] = "abcdef";
     2  char *t = "abcdef";
     3  char u[11] = "abcdef";