Files
clang-p2996/llvm/test/Regression/CFrontend/2003-11-16-StaticArrayInit.c
Chris Lattner 1765b4cfbd New testcase, for PR 115
llvm-svn: 10031
2003-11-16 20:47:05 +00:00

7 lines
67 B
C

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