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