blob: 89beaa222273223280fc06fb747ad0ce9d6b6e9b [file] [log] [blame]
//@ run-pass
pub fn main() {
println!("{:?}", ("hi there!", "you"));
}