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