New testcase, for PR 115

llvm-svn: 10031
This commit is contained in:
Chris Lattner 2003-11-16 20:47:05 +00:00
parent b2e4d6d847
commit 1765b4cfbd
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
void bar () {
static char x[10];
static char *xend = x + 10;
}