blob: 7e2b86f56293dd2783e7ca653d5b491e2883db9b [file] [log] [blame] [edit]
//! regression test for <https://github.com/rust-lang/rust/issues/3109>
//@ run-pass
pub fn main() {
println!("{:?}", ("hi there!", "you"));
}