index
:
xavi/sdcc-gas
master
Experimental fork of SDCC with support for dead code elimination.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sim
/
ucsim
/
s51.src
/
test
/
test_stack.c
blob: 25ba88d726aa1cc1cd015213a8a6f7f6f978ac62 (
plain
) (
blame
)
1
2
3
4
5
6
7
8
9
void
jaj
(
void
)
{
jaj
();
}
void
main
(
void
)
{
jaj
();
}