mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-26 23:32:58 +00:00
New testcase, for PR 115
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10031 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ba46d555e7
commit
d39dbcc743
6
test/CFrontend/2003-11-16-StaticArrayInit.c
Normal file
6
test/CFrontend/2003-11-16-StaticArrayInit.c
Normal file
@ -0,0 +1,6 @@
|
||||
void bar () {
|
||||
static char x[10];
|
||||
static char *xend = x + 10;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user