aboutsummaryrefslogtreecommitdiff
path: root/test/initializer-string-array.c
blob: 9ccc9d0ceb9d24441d5e9f6f9f18edcc4ce598d0 (plain)
1
2
3
void f(void) {
	char x[][4] = {"abc", "xyz"};
}