index
:
system_core.git
replicant-4.2
replicant-6.0
system/core
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libacc
/
tests
/
data
/
short.c
blob: 5e222f33aa8ca879f51406694f818ed728155522 (
plain
)
1
2
3
4
5
6
short
a
=
3
;
int
main
() {
short
*
b
= &
a
;
*
b
= *
b
-
5
;
return
a
;
}