// { dg-additional-options "-w" }
fn test() {
    let a: &str = "TEST 1";
    let b: &str = &"TEST 2";
}