index
:
L5Lunos
dev
master
[L] The points have aligned [5]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cmd
/
test
/
test.c
blob: 693fb65862c5936deec7f3828aab8ed3a3f59503 (
plain
)
1
2
3
4
5
6
__attribute__
((
naked
))
void
_start
(
void
)
{
for
(;;);
}