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
/
src
/
test
/
ui
/
issues
/
issue-3109.rs
blob: bd807cad753f3c6415d34dd88034e3b7830d7ea8 (
plain
)
1
2
3
4
// run-pass
pub
fn
main
()
{
println!
(
"{:?}"
,
(
"hi there!"
,
"you"
));
}