blob: 8ebdf633b5b97b19aee9b61a1190f99d097ba352 [file] [log] [blame] [edit]
//@ check-pass
fn main() {}
#[cfg(FALSE)]
impl X {
const Y: u8;
}