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

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