summaryrefslogtreecommitdiff
path: root/test/FrontendC/2002-12-15-GlobalRedefinition.c
blob: 3b76953b0940eedea5d2bef22f56b106b8d1a8fb (plain)
1
2
3
4
5
// RUN: %llvmgcc -S %s -o - | llvm-as -o /dev/null

extern char algbrfile[9];
char algbrfile[9] = "abcdefgh";