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
/
re-export-symbol
/
main1.c
Commit
Line
Data
a645023d
A
1
extern int foo();
2
extern int bar();
3
4
int main()
5
{
6
foo();
7
bar();
8
return 0;
9
}