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
/
or-uint16-double.mgw
blob
f70862707185fbb52aa26647f5555e8508257015
1
void main()
2
{
3
cast(uint16, 13) | cast(double, 0.42);
4
}