blob: 5dd6418de4cd29e3f1a9334e54bdba857389ea3f [file] [log] [blame]
// { dg-additional-options "-w" }
fn test() {
let a: &str = "TEST 1";
let b: &str = &"TEST 2";
}