repo.or.cz
/
darwin-xtools.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
132-13
[darwin-xtools.git]
/
dyld
/
unit-tests
/
test-cases
/
pie-dylib
/
foo.c
blob
0c9d0805e3d59f95e57e14ae45544828a9651cd2
1
#include <stdio.h>
2
#include <stdbool.h>
3
4
void
foo
()
5
{
6
printf
(
"&foo=%p
\n
"
, &
foo
);
7
}