mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-20 09:37:50 +00:00
7 lines
67 B
C
7 lines
67 B
C
|
void bar () {
|
||
|
static char x[10];
|
||
|
static char *xend = x + 10;
|
||
|
}
|
||
|
|
||
|
|