1 2 3 4 5 6 7 8 9 10
//@ check-pass struct S; impl S { const C: &&str = &""; // Now resolves to `&'static &'static str`. } fn main() {}