C++程序  |  9行  |  119 B

// RUN: %llvmgcc -S %s -o - | llvm-as -o /dev/null

void bar () {
 static char x[10];
 static char *xend = x + 10;
}