aboutsummaryrefslogtreecommitdiff
path: root/tests/initializer-string.c
blob: c92f897f5af190af1245cf60d3f6450b84d6fbfe (plain)
1
2
3
4
char x[] = "hello";
void f(void) {
	char y[] = "hello";
}