blob: 6ca4cd9cd930645edda5f1f0aaefc2fb058c1a18 [file] [log] [blame]
//@ check-pass
fn main() {}
#[cfg(false)]
impl X {
const Y: u8;
}