1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-28 14:32:51 +01:00
llvm-mirror/test/Regression/CFrontend/2003-11-16-StaticArrayInit.c
Chris Lattner 1d057a98fc New testcase, for PR 115
llvm-svn: 10031
2003-11-16 20:47:05 +00:00

7 lines
67 B
C

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