aboutsummaryrefslogtreecommitdiff
path: root/test/initializer-replace-static.c
blob: c1fa376b112af9e85443e321cc0b219899543774 (plain)
1
2
3
4
5
6
struct {
	char s[6];
} x = {
	.s = "hello",
	.s[1] = 'a',
};