blob: 646e91ec3dfaf778b6234afe78f6950f83f64ed2 [file] [log] [blame]
Eric Christopher3883e662011-07-26 22:17:02 +00001// RUN: %clang_cc1 -emit-llvm %s -o /dev/null
2
3extern char algbrfile[9];
4char algbrfile[9] = "abcdefgh";
5