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

9 lines
122 B
C

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