index
:
rustc
debian
progress-linux
upstream
debian 12 backports: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
ui
/
issues
/
issue-9918.rs
blob: 63ad7040d6764b594001f3150cf2637d11c392ce (
plain
)
1
2
3
4
5
// run-pass
pub
fn
main
()
{
assert_eq!
((
0
+
0
u8
)
as
char
,
'\0'
);
}