summaryrefslogtreecommitdiffstats
path: root/src/test/ui/issues/issue-3109.rs
blob: bd807cad753f3c6415d34dd88034e3b7830d7ea8 (plain)
1
2
3
4
// run-pass
pub fn main() {
    println!("{:?}", ("hi there!", "you"));
}