1// RUN: %clang_cc1 -emit-llvm %s -o /dev/null2 3extern char algbrfile[9];4char algbrfile[9] = "abcdefgh";5 6