about summary refs log tree commit diff
path: root/tests/ui/issues/issue-3109.rs
blob: 89beaa222273223280fc06fb747ad0ce9d6b6e9b (plain)
1
2
3
4
//@ run-pass
pub fn main() {
    println!("{:?}", ("hi there!", "you"));
}