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