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