2003-11-16-StaticArrayInit.c 115 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 // RUN: %clang_cc1 -emit-llvm %s -o /dev/null void bar () { static char x[10]; static char *xend = x + 10; }