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-int64-float.mgw
blob
67a8af241d1715a9be501b43255b0a9dbe00ad5f
1
void main()
2
{
3
cast(int64, 13L) ^ cast(float, 0.2);
4
}