mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-03-04 10:30:30 +00:00
New testcase, for PR 115
llvm-svn: 10031
This commit is contained in:
parent
32412e3b66
commit
1d057a98fc
6
test/Regression/CFrontend/2003-11-16-StaticArrayInit.c
Normal file
6
test/Regression/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