mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-10 22:36:05 +00:00
7 lines
67 B
C
7 lines
67 B
C
![]() |
void bar () {
|
||
|
static char x[10];
|
||
|
static char *xend = x + 10;
|
||
|
}
|
||
|
|
||
|
|