hanchenye-llvm-project/llvm/test/FrontendC/2003-11-16-StaticArrayInit.c

9 lines
119 B
C

// RUN: %llvmgcc -S %s -o - | llvm-as -o /dev/null
void bar () {
static char x[10];
static char *xend = x + 10;
}