Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
issues
/
issue-3109.rs
blob: 89beaa222273223280fc06fb747ad0ce9d6b6e9b [
file
] [
log
] [
blame
] [
edit
]
//@ run-pass
pub
fn
main
()
{
println
!(
"{:?}"
,
(
"hi there!"
,
"you"
));
}