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
moved bad expression to a new folder
[ozulis.git]
/
tests
/
lang
/
mugiwara
/
input
/
bad_expr
/
and-double-int16.mgw
blob
40607b6446815331144158740816b6afe7754ab9
1
void main()
2
{
3
cast(double, 0.42) & cast(int16, 13);
4
}