repo.or.cz
/
ozulis.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
forgot to type bitwise expression
[ozulis.git]
/
tests
/
lang
/
mugiwara
/
input
/
expr
/
xor-int32-double.mgw
blob
3a3f75a1702d62d9a901ca7790054cfd4b99209f
1
void main()
2
{
3
cast(int32, 13) ^ cast(double, 0.42);
4
}