blob: 6831b599374ad897d7472775158d3988a765d78a [file] [log] [blame] [edit]
//@ check-pass
struct S;
impl S {
const C: &&str = &"";
// Now resolves to `&'static &'static str`.
}
fn main() {}