aboutsummaryrefslogtreecommitdiff
path: root/test/CFrontend/2003-11-16-StaticArrayInit.c
blob: 399b4e8a8e03e4e655d548ae7c4981b2896b727a (plain)
1
2
3
4
5
6
void bar () {
 static char x[10];
 static char *xend = x + 10;
}