repo.or.cz
/
tinycc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
x86_64: Use addend on relocs
[tinycc.git]
/
tests
/
tests2
/
85-asm-outside-function.c
blob
0aa7e3360ee7791a9f6fb20d4c8571087689420c
1
extern
void
vide
(
void
);
2
__asm__
(
"vide: ret"
);
3
4
int
main
() {
5
vide
();
6
return
0
;
7
}