blob: 07ade1eb6edea33e28f54b962bafdd70f8c42da3 [file] [edit]
//@ known-bug: #141293
#![feature(unsafe_binders)]
type X = unsafe<T> ();
fn main() {}