mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
1d057a98fc
llvm-svn: 10031
7 lines
67 B
C
7 lines
67 B
C
void bar () {
|
|
static char x[10];
|
|
static char *xend = x + 10;
|
|
}
|
|
|
|
|