index
:
csapp.git
master
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
3
/
5_arith_and_logic
/
xorq_size.c
blob: 575159059ab415d0d3e513cdd9a273b8b783e09a (
plain
)
1
2
3
4
5
int
main
() {
int
x
=
5
;
x
^=
x
;
return
0
;
}