blob: 39632a1506668c3fdd1ea377db4470f3c219a858 [file] [log] [blame]
Dan Gohmanf17a25c2007-07-18 16:29:46 +00001// RUN: %llvmgcc -S %s -o - | llvm-as -f -o /dev/null
2
3extern char algbrfile[9];
4char algbrfile[9] = "abcdefgh";
5