New testcase, for PR 115

llvm-svn: 10031
This commit is contained in:
Chris Lattner 2003-11-16 20:47:05 +00:00
parent 32412e3b66
commit 1d057a98fc

View File

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