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