6_7_9_06_string_init.c (72B)
1 int test_main(void) { 2 char s[] = "hi"; 3 return s[0] + s[1] + s[2]; 4 }