repo.or.cz
/
sixpic.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Changed the way jumps are generated to avoid generating jumps to the
[sixpic.git]
/
tests
/
failing
/
casts.c
blob
12d7c3ecc18d68b4d1a9ec1274403263e455776f
1
// test for explicit casts
2
3
int
x
;
x
=
258
;
4
byte y
;
y
= (
int8
)
x
;
// TODO invalid infix syntax