projects
/
apple
/
ld64.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
ld64-123.2.1.tar.gz
[apple/ld64.git]
/
unit-tests
/
test-cases
/
visibility-warning-dylib-v-archive
/
bar.c
Commit
Line
Data
2f2f92e4
A
1
2
3
void __attribute__((weak,visibility("hidden"))) foo()
4
{
5
6
}
7
8
9
void bar()
10
{
11
}