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
/
andand-float-uint32.mgw
blob
755743623f4bdb710a727a8257b36fdad198dde5
1
void main()
2
{
3
cast(float, 0.2) && cast(uint32, 13U);
4
}