repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Adding RUN lines.
[llvm-complete.git]
/
test
/
CFrontend
/
2002-12-15-GlobalRedefinition.c
blob
39632a1506668c3fdd1ea377db4470f3c219a858
1
// RUN: %llvmgcc -S %s -o - | llvm-as -f -o /dev/null
2
3
extern
char
algbrfile
[
9
];
4
char
algbrfile
[
9
] =
"abcdefgh"
;
5