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