repo.or.cz
/
llvm
/
avr.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
remove the "old" at&t style asmprinter. Unfortunately, most of the
[llvm/avr.git]
/
test
/
FrontendC
/
hidden-visibility.c
blob
fc2ae444b40438475b4450ce71ed99fe396c1c05
1
// RUN: %llvmgcc %s -emit-llvm -S -o - | grep {hidden global}
2
3
int
X
__attribute__
((
__visibility__
(
"hidden"
))) =
123
;