llvm-mirror/test/CFrontend/2002-12-15-GlobalRedefinition.c
2007-01-17 07:59:14 +00:00

6 lines
114 B
C

// RUN: %llvmgcc -S %s -o - | llvm-as -f -o /dev/null
extern char algbrfile[9];
char algbrfile[9] = "abcdefgh";