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