repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[clang] Handle __declspec() attributes in using
[llvm-project.git]
/
clang
/
test
/
CodeGen
/
2002-12-15-GlobalRedefinition.c
blob
646e91ec3dfaf778b6234afe78f6950f83f64ed2
1
// RUN: %clang_cc1 -emit-llvm %s -o /dev/null
2
3
extern
char
algbrfile
[
9
];
4
char
algbrfile
[
9
] =
"abcdefgh"
;
5