repo.or.cz
/
clang.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[Heikki Kultala] This patch contains the ABI changes for the TCE target.
[clang.git]
/
test
/
CodeGen
/
extern-block-var.c
blob
329f1095684279548d5e88043ab1bb70c5457382
1
// RUN: %clang_cc1 %s -emit-llvm -o %t
2
3
int
f
() {
4
extern
int
a
;
5
return
a
;
6
}