blob: 99f20d6b2ec96c645adecae49ee95ff1db7967f4 [file]
//@ check-pass
#![feature(unsafe_binders)]
fn main() {
let x: unsafe<'a> &'a ();
}