332-fs-compound-char-array.c (69B)
1 char *s = (char[]){'h','i',0}; 2 int main(void) { return s[0] - 'a'; }