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
fixed cmp expressions
[ozulis.git]
/
tests
/
lang
/
mugiwara
/
input
/
expr
/
andand-float-uint8.mgw
blob
10f24698b748c7c31d23fb81678f82f00add69e4
1
void main()
2
{
3
cast(float, 0.2) && cast(uint8, 13);
4
}