mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-10-11 23:19:21 +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:
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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user