DEBSOURCES
Skip Quicknav
sources / llvm / 2.2-12 / test / CFrontend / 2003-11-16-StaticArrayInit.c
12345678
// RUN: %llvmgcc -S %s -o - | llvm-as -f -o /dev/null void bar () { static char x[10]; static char *xend = x + 10; }