llvm-6502/test/CFrontend/2003-11-16-StaticArrayInit.c
Chris Lattner d39dbcc743 New testcase, for PR 115
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10031 91177308-0d34-0410-b5e6-96231b3b80d8
2003-11-16 20:47:05 +00:00

7 lines
67 B
C

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