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