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-int64-double.mgw
blob
1d49a5ef01103beae0a4924c41e8cd15d1e7df30
1
void main()
2
{
3
cast(int64, 13L) || cast(double, 0.42);
4
}