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
moved bad expression to a new folder
[ozulis.git]
/
tests
/
lang
/
mugiwara
/
input
/
bad_expr
/
xor-float-uint64.mgw
blob
fde4fe400561c2d2e47795d1c7fdc50229b39993
1
void main()
2
{
3
cast(float, 0.2) ^ cast(uint64, 13UL);
4
}