aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/rust/compile/issue-1271.rs
blob: 5dd6418de4cd29e3f1a9334e54bdba857389ea3f (plain)
1
2
3
4
5
// { dg-additional-options "-w" }
fn test() {
    let a: &str = "TEST 1";
    let b: &str = &"TEST 2";
}