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
made the cast float->bool throw an error
[ozulis.git]
/
tests
/
lang
/
mugiwara
/
input
/
bad_expr
/
oror-float-uint64.mgw
blob
5eb1fce6d8a401bd7de6d5501df1855511d349ba
1
void main()
2
{
3
cast(float, 0.2) || cast(uint64, 13UL);
4
}