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