hanchenye-llvm-project/llvm/test/Regression/CFrontend/2003-11-16-StaticArrayInit.c

7 lines
67 B
C
Raw Normal View History

void bar () {
static char x[10];
static char *xend = x + 10;
}