struct {
	char s[6];
} x = {
	.s = "hello",
	.s[1] = 'a',
};